Shades of Persian Indigo #21085F
Tints of Persian Indigo #21085F
RGB
CMYK
RGB Variations
Color information
#21085F (or 0x21085F) is known color: Persian Indigo. HEX triplet: 21, 08 and 5F. RGB value is (33,8,95). Sum of RGB (Red+Green+Blue) = 33+8+95=136 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.26% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 95 (37.5% from 255 or 69.85% from 136); Max value from RGB is 95 - color contains mainly: blue. Hex color #21085F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21085F is #DEF7A0. Grayscale: #191919. Windows color (decimal): -14612385 or 6228001. OLE color: 6228001.
HSL color Cylindrical-coordinate representation of color #21085F: hue angle of 257.24º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21085F is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 33 | 8 | 95 | - |
| CMYK | 0.65 | 0.92 | 0 | 0.63 |
| HSL | 257.24º | 0.84% | 0.2% | - |
| HSV(B) | 257.24º | 0.92% | 0.37% | - |
| XYZ | 2.78 | 1.32 | 10.94 | - |
| YUV | 25.39 | 167.28 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 95 | 0.65 | 0.92 | 0 | 0.63 | 257.24 | 0.84 | 0.2 |
| Hex | 21 | 8 | 5F | 41 | 5C | 0 | 3F | 101 | 54 | 14 |
| Octal | 41 | 10 | 137 | 101 | 134 | 0 | 77 | 401 | 124 | 24 |
| Binary | 100001 | 1000 | 1011111 | 1000001 | 1011100 | 0 | 111111 | 100000001 | 1010100 | 10100 |
Color Harmonies of #21085F
Complementary color
Monochromatic Colors of #21085F
Black with #21085F
Text Example
Text Example
White with #21085F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21085F; }
p { color: rgb(33,8,95); }
H1.HeaderClassName
{
color: #21085F;
}
.AnyTagClassName
{
color: #21085F;
}
</style>
background-color css
<style>
a { background-color: #21085F; }
a { background-color: rgb(33,8,95); }
div.DivClassName
{
background-color: #21085F;
}
.BgClassName
{
background-color: #21085F;
}
</style>
border-color css
<style>
span { border-color: #21085F; }
span { border-color: rgb(33,8,95); }
td.TdClassName
{
border-color: #21085F;
}
.TagClassName
{
border-color: #21085F;
}
</style>