Shades of Persian Indigo #21037C
Tints of Persian Indigo #21037C
RGB
CMYK
RGB Variations
Color information
#21037C (or 0x21037C) is known color: Persian Indigo. HEX triplet: 21, 03 and 7C. RGB value is (33,3,124). Sum of RGB (Red+Green+Blue) = 33+3+124=160 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.62% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 124 (48.83% from 255 or 77.5% from 160); Max value from RGB is 124 - color contains mainly: blue. Hex color #21037C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21037C is #DEFC83. Grayscale: #191919. Windows color (decimal): -14613636 or 8127265. OLE color: 8127265.
HSL color Cylindrical-coordinate representation of color #21037C: hue angle of 254.88º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21037C is Cyan = 0.73, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 3 | 124 | - |
| CMYK | 0.73 | 0.98 | 0 | 0.51 |
| HSL | 254.88º | 0.95% | 0.25% | - |
| HSV(B) | 254.88º | 0.98% | 0.49% | - |
| XYZ | 4.3 | 1.84 | 19.2 | - |
| YUV | 25.76 | 183.44 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 124 | 0.73 | 0.98 | 0 | 0.51 | 254.88 | 0.95 | 0.25 |
| Hex | 21 | 3 | 7C | 49 | 62 | 0 | 33 | FF | 5F | 19 |
| Octal | 41 | 3 | 174 | 111 | 142 | 0 | 63 | 377 | 137 | 31 |
| Binary | 100001 | 11 | 1111100 | 1001001 | 1100010 | 0 | 110011 | 11111111 | 1011111 | 11001 |
Color Harmonies of #21037C
Complementary color
Monochromatic Colors of #21037C
Black with #21037C
Text Example
Text Example
White with #21037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21037C; }
p { color: rgb(33,3,124); }
H1.HeaderClassName
{
color: #21037C;
}
.AnyTagClassName
{
color: #21037C;
}
</style>
background-color css
<style>
a { background-color: #21037C; }
a { background-color: rgb(33,3,124); }
div.DivClassName
{
background-color: #21037C;
}
.BgClassName
{
background-color: #21037C;
}
</style>
border-color css
<style>
span { border-color: #21037C; }
span { border-color: rgb(33,3,124); }
td.TdClassName
{
border-color: #21037C;
}
.TagClassName
{
border-color: #21037C;
}
</style>