Shades of Persian Indigo #21047E
Tints of Persian Indigo #21047E
RGB
CMYK
RGB Variations
Color information
#21047E (or 0x21047E) is known color: Persian Indigo. HEX triplet: 21, 04 and 7E. RGB value is (33,4,126). Sum of RGB (Red+Green+Blue) = 33+4+126=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 126 (49.61% from 255 or 77.30% from 163); Max value from RGB is 126 - color contains mainly: blue. Hex color #21047E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21047E is #DEFB81. Grayscale: #1A1A1A. Windows color (decimal): -14613378 or 8258593. OLE color: 8258593.
HSL color Cylindrical-coordinate representation of color #21047E: hue angle of 254.26º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21047E is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 33 | 4 | 126 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.51 |
| HSL | 254.26º | 0.94% | 0.25% | - |
| HSV(B) | 254.26º | 0.97% | 0.49% | - |
| XYZ | 4.44 | 1.92 | 19.87 | - |
| YUV | 26.58 | 184.11 | 132.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 126 | 0.74 | 0.97 | 0 | 0.51 | 254.26 | 0.94 | 0.25 |
| Hex | 21 | 4 | 7E | 4A | 61 | 0 | 33 | FE | 5E | 19 |
| Octal | 41 | 4 | 176 | 112 | 141 | 0 | 63 | 376 | 136 | 31 |
| Binary | 100001 | 100 | 1111110 | 1001010 | 1100001 | 0 | 110011 | 11111110 | 1011110 | 11001 |
Color Harmonies of #21047E
Complementary color
Monochromatic Colors of #21047E
Black with #21047E
Text Example
Text Example
White with #21047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21047E; }
p { color: rgb(33,4,126); }
H1.HeaderClassName
{
color: #21047E;
}
.AnyTagClassName
{
color: #21047E;
}
</style>
background-color css
<style>
a { background-color: #21047E; }
a { background-color: rgb(33,4,126); }
div.DivClassName
{
background-color: #21047E;
}
.BgClassName
{
background-color: #21047E;
}
</style>
border-color css
<style>
span { border-color: #21047E; }
span { border-color: rgb(33,4,126); }
td.TdClassName
{
border-color: #21047E;
}
.TagClassName
{
border-color: #21047E;
}
</style>