Shades of Persian Indigo #20045D
Tints of Persian Indigo #20045D
RGB
CMYK
RGB Variations
Color information
#20045D (or 0x20045D) is known color: Persian Indigo. HEX triplet: 20, 04 and 5D. RGB value is (32,4,93). Sum of RGB (Red+Green+Blue) = 32+4+93=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 93 (36.72% from 255 or 72.09% from 129); Max value from RGB is 93 - color contains mainly: blue. Hex color #20045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20045D is #DFFBA2. Grayscale: #161616. Windows color (decimal): -14678947 or 6095904. OLE color: 6095904.
HSL color Cylindrical-coordinate representation of color #20045D: hue angle of 258.88º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #20045D is Cyan = 0.66, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 32 | 4 | 93 | - |
| CMYK | 0.66 | 0.96 | 0 | 0.64 |
| HSL | 258.88º | 0.92% | 0.19% | - |
| HSV(B) | 258.88º | 0.96% | 0.36% | - |
| XYZ | 2.61 | 1.18 | 10.45 | - |
| YUV | 22.52 | 167.78 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 4 | 93 | 0.66 | 0.96 | 0 | 0.64 | 258.88 | 0.92 | 0.19 |
| Hex | 20 | 4 | 5D | 42 | 60 | 0 | 40 | 103 | 5C | 13 |
| Octal | 40 | 4 | 135 | 102 | 140 | 0 | 100 | 403 | 134 | 23 |
| Binary | 100000 | 100 | 1011101 | 1000010 | 1100000 | 0 | 1000000 | 100000011 | 1011100 | 10011 |
Color Harmonies of #20045D
Complementary color
Monochromatic Colors of #20045D
Black with #20045D
Text Example
Text Example
White with #20045D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20045D; }
p { color: rgb(32,4,93); }
H1.HeaderClassName
{
color: #20045D;
}
.AnyTagClassName
{
color: #20045D;
}
</style>
background-color css
<style>
a { background-color: #20045D; }
a { background-color: rgb(32,4,93); }
div.DivClassName
{
background-color: #20045D;
}
.BgClassName
{
background-color: #20045D;
}
</style>
border-color css
<style>
span { border-color: #20045D; }
span { border-color: rgb(32,4,93); }
td.TdClassName
{
border-color: #20045D;
}
.TagClassName
{
border-color: #20045D;
}
</style>