Shades of Persian Indigo #20076B
Tints of Persian Indigo #20076B
RGB
CMYK
RGB Variations
Color information
#20076B (or 0x20076B) is known color: Persian Indigo. HEX triplet: 20, 07 and 6B. RGB value is (32,7,107). Sum of RGB (Red+Green+Blue) = 32+7+107=146 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.92% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 107 (42.19% from 255 or 73.29% from 146); Max value from RGB is 107 - color contains mainly: blue. Hex color #20076B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20076B is #DFF894. Grayscale: #191919. Windows color (decimal): -14678165 or 7014176. OLE color: 7014176.
HSL color Cylindrical-coordinate representation of color #20076B: hue angle of 255º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20076B is Cyan = 0.70, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 32 | 7 | 107 | - |
| CMYK | 0.70 | 0.93 | 0 | 0.58 |
| HSL | 255º | 0.88% | 0.22% | - |
| HSV(B) | 255º | 0.93% | 0.42% | - |
| XYZ | 3.33 | 1.52 | 14.03 | - |
| YUV | 25.88 | 173.78 | 132.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 7 | 107 | 0.70 | 0.93 | 0 | 0.58 | 255 | 0.88 | 0.22 |
| Hex | 20 | 7 | 6B | 46 | 5D | 0 | 3A | FF | 58 | 16 |
| Octal | 40 | 7 | 153 | 106 | 135 | 0 | 72 | 377 | 130 | 26 |
| Binary | 100000 | 111 | 1101011 | 1000110 | 1011101 | 0 | 111010 | 11111111 | 1011000 | 10110 |
Color Harmonies of #20076B
Complementary color
Monochromatic Colors of #20076B
Black with #20076B
Text Example
Text Example
White with #20076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20076B; }
p { color: rgb(32,7,107); }
H1.HeaderClassName
{
color: #20076B;
}
.AnyTagClassName
{
color: #20076B;
}
</style>
background-color css
<style>
a { background-color: #20076B; }
a { background-color: rgb(32,7,107); }
div.DivClassName
{
background-color: #20076B;
}
.BgClassName
{
background-color: #20076B;
}
</style>
border-color css
<style>
span { border-color: #20076B; }
span { border-color: rgb(32,7,107); }
td.TdClassName
{
border-color: #20076B;
}
.TagClassName
{
border-color: #20076B;
}
</style>