Shades of Persian Indigo #21057F
Tints of Persian Indigo #21057F
RGB
CMYK
RGB Variations
Color information
#21057F (or 0x21057F) is known color: Persian Indigo. HEX triplet: 21, 05 and 7F. RGB value is (33,5,127). Sum of RGB (Red+Green+Blue) = 33+5+127=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 127 (50% from 255 or 76.97% from 165); Max value from RGB is 127 - color contains mainly: blue. Hex color #21057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21057F is #DEFA80. Grayscale: #1A1A1A. Windows color (decimal): -14613121 or 8324385. OLE color: 8324385.
HSL color Cylindrical-coordinate representation of color #21057F: hue angle of 253.77º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21057F is Cyan = 0.74, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 33 | 5 | 127 | - |
| CMYK | 0.74 | 0.96 | 0 | 0.50 |
| HSL | 253.77º | 0.92% | 0.26% | - |
| HSV(B) | 253.77º | 0.96% | 0.5% | - |
| XYZ | 4.51 | 1.96 | 20.22 | - |
| YUV | 27.28 | 184.28 | 132.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 5 | 127 | 0.74 | 0.96 | 0 | 0.50 | 253.77 | 0.92 | 0.26 |
| Hex | 21 | 5 | 7F | 4A | 60 | 0 | 32 | FE | 5C | 1A |
| Octal | 41 | 5 | 177 | 112 | 140 | 0 | 62 | 376 | 134 | 32 |
| Binary | 100001 | 101 | 1111111 | 1001010 | 1100000 | 0 | 110010 | 11111110 | 1011100 | 11010 |
Color Harmonies of #21057F
Complementary color
Monochromatic Colors of #21057F
Black with #21057F
Text Example
Text Example
White with #21057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21057F; }
p { color: rgb(33,5,127); }
H1.HeaderClassName
{
color: #21057F;
}
.AnyTagClassName
{
color: #21057F;
}
</style>
background-color css
<style>
a { background-color: #21057F; }
a { background-color: rgb(33,5,127); }
div.DivClassName
{
background-color: #21057F;
}
.BgClassName
{
background-color: #21057F;
}
</style>
border-color css
<style>
span { border-color: #21057F; }
span { border-color: rgb(33,5,127); }
td.TdClassName
{
border-color: #21057F;
}
.TagClassName
{
border-color: #21057F;
}
</style>