Shades of Persian Indigo #32046E
Tints of Persian Indigo #32046E
RGB
CMYK
RGB Variations
Color information
#32046E (or 0x32046E) is known color: Persian Indigo. HEX triplet: 32, 04 and 6E. RGB value is (50,4,110). Sum of RGB (Red+Green+Blue) = 50+4+110=164 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.49% from 164); Green value is 4 (1.95% from 255 or 2.44% from 164); Blue value is 110 (43.36% from 255 or 67.07% from 164); Max value from RGB is 110 - color contains mainly: blue. Hex color #32046E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32046E is #CDFB91. Grayscale: #1D1D1D. Windows color (decimal): -13499282 or 7210034. OLE color: 7210034.
HSL color Cylindrical-coordinate representation of color #32046E: hue angle of 266.04º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32046E is Cyan = 0.55, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 4 | 110 | - |
| CMYK | 0.55 | 0.96 | 0 | 0.57 |
| HSL | 266.04º | 0.93% | 0.22% | - |
| HSV(B) | 266.04º | 0.96% | 0.43% | - |
| XYZ | 4.17 | 1.89 | 14.9 | - |
| YUV | 29.84 | 173.24 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 110 | 0.55 | 0.96 | 0 | 0.57 | 266.04 | 0.93 | 0.22 |
| Hex | 32 | 4 | 6E | 37 | 60 | 0 | 39 | 10A | 5D | 16 |
| Octal | 62 | 4 | 156 | 67 | 140 | 0 | 71 | 412 | 135 | 26 |
| Binary | 110010 | 100 | 1101110 | 110111 | 1100000 | 0 | 111001 | 100001010 | 1011101 | 10110 |
Color Harmonies of #32046E
Complementary color
Monochromatic Colors of #32046E
Black with #32046E
Text Example
Text Example
White with #32046E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32046E; }
p { color: rgb(50,4,110); }
H1.HeaderClassName
{
color: #32046E;
}
.AnyTagClassName
{
color: #32046E;
}
</style>
background-color css
<style>
a { background-color: #32046E; }
a { background-color: rgb(50,4,110); }
div.DivClassName
{
background-color: #32046E;
}
.BgClassName
{
background-color: #32046E;
}
</style>
border-color css
<style>
span { border-color: #32046E; }
span { border-color: rgb(50,4,110); }
td.TdClassName
{
border-color: #32046E;
}
.TagClassName
{
border-color: #32046E;
}
</style>