Shades of Persian Indigo #20067D
Tints of Persian Indigo #20067D
RGB
CMYK
RGB Variations
Color information
#20067D (or 0x20067D) is known color: Persian Indigo. HEX triplet: 20, 06 and 7D. RGB value is (32,6,125). Sum of RGB (Red+Green+Blue) = 32+6+125=163 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.63% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 125 (49.22% from 255 or 76.69% from 163); Max value from RGB is 125 - color contains mainly: blue. Hex color #20067D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20067D is #DFF982. Grayscale: #1A1A1A. Windows color (decimal): -14678403 or 8193568. OLE color: 8193568.
HSL color Cylindrical-coordinate representation of color #20067D: hue angle of 253.11º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20067D is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 32 | 6 | 125 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.51 |
| HSL | 253.11º | 0.91% | 0.26% | - |
| HSV(B) | 253.11º | 0.95% | 0.49% | - |
| XYZ | 4.36 | 1.92 | 19.54 | - |
| YUV | 27.34 | 183.11 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 6 | 125 | 0.74 | 0.95 | 0 | 0.51 | 253.11 | 0.91 | 0.26 |
| Hex | 20 | 6 | 7D | 4A | 5F | 0 | 33 | FD | 5B | 1A |
| Octal | 40 | 6 | 175 | 112 | 137 | 0 | 63 | 375 | 133 | 32 |
| Binary | 100000 | 110 | 1111101 | 1001010 | 1011111 | 0 | 110011 | 11111101 | 1011011 | 11010 |
Color Harmonies of #20067D
Complementary color
Monochromatic Colors of #20067D
Black with #20067D
Text Example
Text Example
White with #20067D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20067D; }
p { color: rgb(32,6,125); }
H1.HeaderClassName
{
color: #20067D;
}
.AnyTagClassName
{
color: #20067D;
}
</style>
background-color css
<style>
a { background-color: #20067D; }
a { background-color: rgb(32,6,125); }
div.DivClassName
{
background-color: #20067D;
}
.BgClassName
{
background-color: #20067D;
}
</style>
border-color css
<style>
span { border-color: #20067D; }
span { border-color: rgb(32,6,125); }
td.TdClassName
{
border-color: #20067D;
}
.TagClassName
{
border-color: #20067D;
}
</style>