Shades of Persian Indigo #20026C
Tints of Persian Indigo #20026C
RGB
CMYK
RGB Variations
Color information
#20026C (or 0x20026C) is known color: Persian Indigo. HEX triplet: 20, 02 and 6C. RGB value is (32,2,108). Sum of RGB (Red+Green+Blue) = 32+2+108=142 (18% of max value = 765). Red value is 32 (12.89% from 255 or 22.54% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 108 (42.58% from 255 or 76.06% from 142); Max value from RGB is 108 - color contains mainly: blue. Hex color #20026C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20026C is #DFFD93. Grayscale: #161616. Windows color (decimal): -14679444 or 7078432. OLE color: 7078432.
HSL color Cylindrical-coordinate representation of color #20026C: hue angle of 256.98º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #20026C is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 2 | 108 | - |
| CMYK | 0.70 | 0.98 | 0 | 0.58 |
| HSL | 256.98º | 0.96% | 0.22% | - |
| HSV(B) | 256.98º | 0.98% | 0.42% | - |
| XYZ | 3.32 | 1.43 | 14.29 | - |
| YUV | 23.05 | 175.94 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 2 | 108 | 0.70 | 0.98 | 0 | 0.58 | 256.98 | 0.96 | 0.22 |
| Hex | 20 | 2 | 6C | 46 | 62 | 0 | 3A | 101 | 60 | 16 |
| Octal | 40 | 2 | 154 | 106 | 142 | 0 | 72 | 401 | 140 | 26 |
| Binary | 100000 | 10 | 1101100 | 1000110 | 1100010 | 0 | 111010 | 100000001 | 1100000 | 10110 |
Color Harmonies of #20026C
Complementary color
Monochromatic Colors of #20026C
Black with #20026C
Text Example
Text Example
White with #20026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20026C; }
p { color: rgb(32,2,108); }
H1.HeaderClassName
{
color: #20026C;
}
.AnyTagClassName
{
color: #20026C;
}
</style>
background-color css
<style>
a { background-color: #20026C; }
a { background-color: rgb(32,2,108); }
div.DivClassName
{
background-color: #20026C;
}
.BgClassName
{
background-color: #20026C;
}
</style>
border-color css
<style>
span { border-color: #20026C; }
span { border-color: rgb(32,2,108); }
td.TdClassName
{
border-color: #20026C;
}
.TagClassName
{
border-color: #20026C;
}
</style>