Shades of Persian Indigo #21037F
Tints of Persian Indigo #21037F
RGB
CMYK
RGB Variations
Color information
#21037F (or 0x21037F) is known color: Persian Indigo. HEX triplet: 21, 03 and 7F. RGB value is (33,3,127). Sum of RGB (Red+Green+Blue) = 33+3+127=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 3 (1.56% from 255 or 1.84% from 163); Blue value is 127 (50% from 255 or 77.91% from 163); Max value from RGB is 127 - color contains mainly: blue. Hex color #21037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21037F is #DEFC80. Grayscale: #191919. Windows color (decimal): -14613633 or 8323873. OLE color: 8323873.
HSL color Cylindrical-coordinate representation of color #21037F: hue angle of 254.52º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #21037F is Cyan = 0.74, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 3 | 127 | - |
| CMYK | 0.74 | 0.98 | 0 | 0.50 |
| HSL | 254.52º | 0.95% | 0.25% | - |
| HSV(B) | 254.52º | 0.98% | 0.5% | - |
| XYZ | 4.49 | 1.92 | 20.21 | - |
| YUV | 26.11 | 184.94 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 3 | 127 | 0.74 | 0.98 | 0 | 0.50 | 254.52 | 0.95 | 0.25 |
| Hex | 21 | 3 | 7F | 4A | 62 | 0 | 32 | FF | 5F | 19 |
| Octal | 41 | 3 | 177 | 112 | 142 | 0 | 62 | 377 | 137 | 31 |
| Binary | 100001 | 11 | 1111111 | 1001010 | 1100010 | 0 | 110010 | 11111111 | 1011111 | 11001 |
Color Harmonies of #21037F
Complementary color
Monochromatic Colors of #21037F
Black with #21037F
Text Example
Text Example
White with #21037F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21037F; }
p { color: rgb(33,3,127); }
H1.HeaderClassName
{
color: #21037F;
}
.AnyTagClassName
{
color: #21037F;
}
</style>
background-color css
<style>
a { background-color: #21037F; }
a { background-color: rgb(33,3,127); }
div.DivClassName
{
background-color: #21037F;
}
.BgClassName
{
background-color: #21037F;
}
</style>
border-color css
<style>
span { border-color: #21037F; }
span { border-color: rgb(33,3,127); }
td.TdClassName
{
border-color: #21037F;
}
.TagClassName
{
border-color: #21037F;
}
</style>