Shades of Persian Indigo #32046C
Tints of Persian Indigo #32046C
RGB
CMYK
RGB Variations
Color information
#32046C (or 0x32046C) is known color: Persian Indigo. HEX triplet: 32, 04 and 6C. RGB value is (50,4,108). Sum of RGB (Red+Green+Blue) = 50+4+108=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 108 (42.58% from 255 or 66.67% from 162); Max value from RGB is 108 - color contains mainly: blue. Hex color #32046C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32046C is #CDFB93. Grayscale: #1D1D1D. Windows color (decimal): -13499284 or 7078962. OLE color: 7078962.
HSL color Cylindrical-coordinate representation of color #32046C: hue angle of 266.54º degrees, saturation: 0.93, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32046C is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 4 | 108 | - |
| CMYK | 0.54 | 0.96 | 0 | 0.58 |
| HSL | 266.54º | 0.93% | 0.22% | - |
| HSV(B) | 266.54º | 0.96% | 0.42% | - |
| XYZ | 4.07 | 1.85 | 14.33 | - |
| YUV | 29.61 | 172.24 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 4 | 108 | 0.54 | 0.96 | 0 | 0.58 | 266.54 | 0.93 | 0.22 |
| Hex | 32 | 4 | 6C | 36 | 60 | 0 | 3A | 10B | 5D | 16 |
| Octal | 62 | 4 | 154 | 66 | 140 | 0 | 72 | 413 | 135 | 26 |
| Binary | 110010 | 100 | 1101100 | 110110 | 1100000 | 0 | 111010 | 100001011 | 1011101 | 10110 |
Color Harmonies of #32046C
Complementary color
Monochromatic Colors of #32046C
Black with #32046C
Text Example
Text Example
White with #32046C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32046C; }
p { color: rgb(50,4,108); }
H1.HeaderClassName
{
color: #32046C;
}
.AnyTagClassName
{
color: #32046C;
}
</style>
background-color css
<style>
a { background-color: #32046C; }
a { background-color: rgb(50,4,108); }
div.DivClassName
{
background-color: #32046C;
}
.BgClassName
{
background-color: #32046C;
}
</style>
border-color css
<style>
span { border-color: #32046C; }
span { border-color: rgb(50,4,108); }
td.TdClassName
{
border-color: #32046C;
}
.TagClassName
{
border-color: #32046C;
}
</style>