Shades of Persian Indigo #21047F
Tints of Persian Indigo #21047F
RGB
CMYK
RGB Variations
Color information
#21047F (or 0x21047F) is known color: Persian Indigo. HEX triplet: 21, 04 and 7F. RGB value is (33,4,127). Sum of RGB (Red+Green+Blue) = 33+4+127=164 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.12% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 127 (50% from 255 or 77.44% from 164); Max value from RGB is 127 - color contains mainly: blue. Hex color #21047F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21047F is #DEFB80. Grayscale: #1A1A1A. Windows color (decimal): -14613377 or 8324129. OLE color: 8324129.
HSL color Cylindrical-coordinate representation of color #21047F: hue angle of 254.15º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #21047F is Cyan = 0.74, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 4 | 127 | - |
| CMYK | 0.74 | 0.97 | 0 | 0.50 |
| HSL | 254.15º | 0.94% | 0.26% | - |
| HSV(B) | 254.15º | 0.97% | 0.5% | - |
| XYZ | 4.5 | 1.94 | 20.22 | - |
| YUV | 26.69 | 184.61 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 4 | 127 | 0.74 | 0.97 | 0 | 0.50 | 254.15 | 0.94 | 0.26 |
| Hex | 21 | 4 | 7F | 4A | 61 | 0 | 32 | FE | 5E | 1A |
| Octal | 41 | 4 | 177 | 112 | 141 | 0 | 62 | 376 | 136 | 32 |
| Binary | 100001 | 100 | 1111111 | 1001010 | 1100001 | 0 | 110010 | 11111110 | 1011110 | 11010 |
Color Harmonies of #21047F
Complementary color
Monochromatic Colors of #21047F
Black with #21047F
Text Example
Text Example
White with #21047F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21047F; }
p { color: rgb(33,4,127); }
H1.HeaderClassName
{
color: #21047F;
}
.AnyTagClassName
{
color: #21047F;
}
</style>
background-color css
<style>
a { background-color: #21047F; }
a { background-color: rgb(33,4,127); }
div.DivClassName
{
background-color: #21047F;
}
.BgClassName
{
background-color: #21047F;
}
</style>
border-color css
<style>
span { border-color: #21047F; }
span { border-color: rgb(33,4,127); }
td.TdClassName
{
border-color: #21047F;
}
.TagClassName
{
border-color: #21047F;
}
</style>