Shades of Persian Indigo #20067A
Tints of Persian Indigo #20067A
RGB
CMYK
RGB Variations
Color information
#20067A (or 0x20067A) is known color: Persian Indigo. HEX triplet: 20, 06 and 7A. RGB value is (32,6,122). Sum of RGB (Red+Green+Blue) = 32+6+122=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 6 (2.73% from 255 or 3.75% from 160); Blue value is 122 (48.05% from 255 or 76.25% from 160); Max value from RGB is 122 - color contains mainly: blue. Hex color #20067A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20067A is #DFF985. Grayscale: #1A1A1A. Windows color (decimal): -14678406 or 7996960. OLE color: 7996960.
HSL color Cylindrical-coordinate representation of color #20067A: hue angle of 253.45º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20067A is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 32 | 6 | 122 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.52 |
| HSL | 253.45º | 0.91% | 0.25% | - |
| HSV(B) | 253.45º | 0.95% | 0.48% | - |
| XYZ | 4.17 | 1.84 | 18.55 | - |
| YUV | 27 | 181.61 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 122 | 0.74 | 0.95 | 0 | 0.52 | 253.45 | 0.91 | 0.25 |
| Hex | 20 | 6 | 7A | 4A | 5F | 0 | 34 | FD | 5B | 19 |
| Octal | 40 | 6 | 172 | 112 | 137 | 0 | 64 | 375 | 133 | 31 |
| Binary | 100000 | 110 | 1111010 | 1001010 | 1011111 | 0 | 110100 | 11111101 | 1011011 | 11001 |
Color Harmonies of #20067A
Complementary color
Monochromatic Colors of #20067A
Black with #20067A
Text Example
Text Example
White with #20067A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20067A; }
p { color: rgb(32,6,122); }
H1.HeaderClassName
{
color: #20067A;
}
.AnyTagClassName
{
color: #20067A;
}
</style>
background-color css
<style>
a { background-color: #20067A; }
a { background-color: rgb(32,6,122); }
div.DivClassName
{
background-color: #20067A;
}
.BgClassName
{
background-color: #20067A;
}
</style>
border-color css
<style>
span { border-color: #20067A; }
span { border-color: rgb(32,6,122); }
td.TdClassName
{
border-color: #20067A;
}
.TagClassName
{
border-color: #20067A;
}
</style>