Color: #21043C

#21043C Color Information

#21043C is a dark color. The closest websafe version is #21043C. A complement of this color would be #203E04, perceived brightness is 0.07, and the grayscale version is #202020.

In the HSL color space, this color has a hue angle of 271°,a saturation of 88%, and a lightness of 13%.The HSV representation shows a hue of 271°, a saturation of 93%, and a value of 24%.

In a RGB color space, #21043C is composed of 13% red, 2% green and 24% blue. Whereas in a CMYK color space, it is composed of 45% cyan, 93% magenta, 0% yellow and 76% black.

In the Yxy color space, this color is represented as Y: 0.70, x: 0.2556, and y: 0.1316.

Color Code #21043C

#21043Crgb(33, 4, 60)
HEX
#21043C
RGB
rgb(33, 4, 60)
HSL
hsl(271, 88%, 13%)
HSV
hsv(271, 93%, 24%)
CMYK
45%, 93%, 0%, 76%
XYZ
X: 1.36, Y: 0.70, Z: 3.26
Lab
L: 6.32, a: 24.51, b: -29.64
Name

Shades of Color #21043C

Shades are created by darkening the original color #21043C in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #21043C

Tints are created by lightening the original color #21043C in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#21043Crgb(33, 4, 60)

About #21043C Color Code

In the HSL color space, this color has a hue angle of 271°, a saturation of 88%, and a lightness of 13%. The HSV representation shows a hue of 271°, a saturation of 93%, and a value of 24%.

  • HEX: #21043C
  • RGB: rgb(33, 4, 60)
  • HSL: hsl(271, 88%, 13%)
  • HSV: hsv(271, 93%, 24%)
  • CMYK: 45.00% cyan, 93.00% magenta, 0.00% yellow, 76.00% black
  • XYZ: 1.36, 0.70, 3.26
  • Yxy: 0.70, 0.2556, 0.1316
  • Hunter Lab: 6.32, 24.51, -29.64
  • CIE-Lab: 6.32, 24.51, -29.64

In the XYZ color space, this color is represented as X: 1.36, Y: 0.70, Z: 3.26. The Yxy representation further refines this as Y: 0.70, x: 0.2556, and y: 0.1316.

In the Hunter Lab color space, this color is represented as L: 6.32, a: 24.51, and b: -29.64. Similarly, in the CIE-Lab color space, it is represented as L: 6.32, a: 24.51, and b: -29.64.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #21043C

Triadic colors are three colors evenly spaced around the color wheel, including #21043C. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #21043C

Analogous colors are adjacent to #21043C on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #21043C

Split complementary colors are two colors adjacent to the complementary color of #21043C. They create a balanced and visually appealing color scheme.

Tetradic Colors of #21043C

Tetradic colors form a rectangle on the color wheel, including #21043C. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #21043C

Monochromatic colors are variations of #21043C, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #21043C

The complementary color of #21043C is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #21043C

/* Using HEX */
body {
  background-color: #21043c;
}
/* Using RGB */
body {
  background-color: rgb(33, 4, 60);
}
/* Using RGB with opacity */
body {
  background-color: rgba(33, 4, 60, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(271, 88%, 13%);
}
/* Text color */
p {
  color: #21043c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #21043c;
}
/* Border color */
.box {
  border: 4px solid #21043c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #21043c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #21043c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#21043C
On Black Background
#21043C
On White Background
#21043C

HTML Examples of #21043C

<!-- Using HEX -->
<div style="background-color: #21043c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(33, 4, 60); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(33, 4, 60, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(271, 88%, 13%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #21043c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #21043c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #21043c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #21043c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #21043c; color: #fff; padding: 16px; border-radius: 8px;">
  #21043C
</div>
#21043C
On Black Background
#21043C
On White Background
#21043C

Related Colors of #21043C

These colors are similar to #21043C, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.