Shades of Persian Indigo #21086B
Tints of Persian Indigo #21086B
RGB
CMYK
RGB Variations
Color information
#21086B (or 0x21086B) is known color: Persian Indigo. HEX triplet: 21, 08 and 6B. RGB value is (33,8,107). Sum of RGB (Red+Green+Blue) = 33+8+107=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 107 (42.19% from 255 or 72.30% from 148); Max value from RGB is 107 - color contains mainly: blue. Hex color #21086B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21086B is #DEF794. Grayscale: #1A1A1A. Windows color (decimal): -14612373 or 7014433. OLE color: 7014433.
HSL color Cylindrical-coordinate representation of color #21086B: hue angle of 255.15º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #21086B is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 8 | 107 | - |
| CMYK | 0.69 | 0.93 | 0 | 0.58 |
| HSL | 255.15º | 0.86% | 0.23% | - |
| HSV(B) | 255.15º | 0.93% | 0.42% | - |
| XYZ | 3.37 | 1.56 | 14.03 | - |
| YUV | 26.76 | 173.28 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 107 | 0.69 | 0.93 | 0 | 0.58 | 255.15 | 0.86 | 0.23 |
| Hex | 21 | 8 | 6B | 45 | 5D | 0 | 3A | FF | 56 | 17 |
| Octal | 41 | 10 | 153 | 105 | 135 | 0 | 72 | 377 | 126 | 27 |
| Binary | 100001 | 1000 | 1101011 | 1000101 | 1011101 | 0 | 111010 | 11111111 | 1010110 | 10111 |
Color Harmonies of #21086B
Complementary color
Monochromatic Colors of #21086B
Black with #21086B
Text Example
Text Example
White with #21086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21086B; }
p { color: rgb(33,8,107); }
H1.HeaderClassName
{
color: #21086B;
}
.AnyTagClassName
{
color: #21086B;
}
</style>
background-color css
<style>
a { background-color: #21086B; }
a { background-color: rgb(33,8,107); }
div.DivClassName
{
background-color: #21086B;
}
.BgClassName
{
background-color: #21086B;
}
</style>
border-color css
<style>
span { border-color: #21086B; }
span { border-color: rgb(33,8,107); }
td.TdClassName
{
border-color: #21086B;
}
.TagClassName
{
border-color: #21086B;
}
</style>