Color #2E225A

HEX

#2E225A

RGB

(46, 34, 90)

Quick Actions

Color Values

Color Space Values
RGB
R: 46, G: 34, B: 90 (18%, 13%, 35%)
CMYK C: 49%, M: 62%, Y: 0%, K: 65%
HSL H: 253°, S: 45%, L: 24%
HSV H: 253°, S: 62%, V: 35%
CIE-LAB L: 17.74, a: 21.56, b: -31.95
CIE-LCH L: 17.74, C: 38.54, H: 304.01
Hunter-Lab L: 15.68, a: 12.05, b: -33.47
Web Safe
#333366
Complementary
#4d5a22

#2E225A is a color with RGB values of 46 red, 34 green, and 90 blue (18%, 13%, 35% respectively). In the CMYK color space, it consists of 49% cyan, 62% magenta, 0% yellow, and 65% black. The color has a hue angle of 253°, 45% saturation, and 24% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #333366. The complementary color is #4d5a22, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #2E225A

Explore different variations of #2E225A including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #2E225A. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #2E225A

Explore different color combinations and harmonies that work well with #2E225A.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #2E225A

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #2E225A

Text with #2E225A

This text has a font color of #2E225A.

<span style="color:#2E225A;">Text here</span>
.text { color: #2E225A; }

#2E225A background color

This paragraph has a background color of #2E225A.

<p style="background-color:#2E225A;">Content here</p>
.background { background-color: #2E225A; }

#2E225A border color

This element has a border color of #2E225A.
<div style="border:1px solid #2E225A;">Content here</div>
.border { border: 1px solid #2E225A; }

#2E225A box shadow

This element has a box shadow using #2E225A.
<div style="box-shadow: 0 4px 6px -1px #2E225A80">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #2E225A80; }
Copied to clipboard!