Shades of Persian Indigo #21086A
Tints of Persian Indigo #21086A
RGB
CMYK
RGB Variations
Color information
#21086A (or 0x21086A) is known color: Persian Indigo. HEX triplet: 21, 08 and 6A. RGB value is (33,8,106). Sum of RGB (Red+Green+Blue) = 33+8+106=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #21086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21086A is #DEF795. Grayscale: #1A1A1A. Windows color (decimal): -14612374 or 6948897. OLE color: 6948897.
HSL color Cylindrical-coordinate representation of color #21086A: hue angle of 255.31º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21086A is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 33 | 8 | 106 | - |
| CMYK | 0.69 | 0.92 | 0 | 0.58 |
| HSL | 255.31º | 0.86% | 0.22% | - |
| HSV(B) | 255.31º | 0.92% | 0.42% | - |
| XYZ | 3.32 | 1.54 | 13.76 | - |
| YUV | 26.65 | 172.78 | 132.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 8 | 106 | 0.69 | 0.92 | 0 | 0.58 | 255.31 | 0.86 | 0.22 |
| Hex | 21 | 8 | 6A | 45 | 5C | 0 | 3A | FF | 56 | 16 |
| Octal | 41 | 10 | 152 | 105 | 134 | 0 | 72 | 377 | 126 | 26 |
| Binary | 100001 | 1000 | 1101010 | 1000101 | 1011100 | 0 | 111010 | 11111111 | 1010110 | 10110 |
Color Harmonies of #21086A
Complementary color
Monochromatic Colors of #21086A
Black with #21086A
Text Example
Text Example
White with #21086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21086A; }
p { color: rgb(33,8,106); }
H1.HeaderClassName
{
color: #21086A;
}
.AnyTagClassName
{
color: #21086A;
}
</style>
background-color css
<style>
a { background-color: #21086A; }
a { background-color: rgb(33,8,106); }
div.DivClassName
{
background-color: #21086A;
}
.BgClassName
{
background-color: #21086A;
}
</style>
border-color css
<style>
span { border-color: #21086A; }
span { border-color: rgb(33,8,106); }
td.TdClassName
{
border-color: #21086A;
}
.TagClassName
{
border-color: #21086A;
}
</style>