Shades of Persian Indigo #32036D
Tints of Persian Indigo #32036D
RGB
CMYK
RGB Variations
Color information
#32036D (or 0x32036D) is known color: Persian Indigo. HEX triplet: 32, 03 and 6D. RGB value is (50,3,109). Sum of RGB (Red+Green+Blue) = 50+3+109=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 109 (42.97% from 255 or 67.28% from 162); Max value from RGB is 109 - color contains mainly: blue. Hex color #32036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32036D is #CDFC92. Grayscale: #1C1C1C. Windows color (decimal): -13499539 or 7144242. OLE color: 7144242.
HSL color Cylindrical-coordinate representation of color #32036D: hue angle of 266.6º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32036D is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 3 | 109 | - |
| CMYK | 0.54 | 0.97 | 0 | 0.57 |
| HSL | 266.6º | 0.95% | 0.22% | - |
| HSV(B) | 266.6º | 0.97% | 0.43% | - |
| XYZ | 4.11 | 1.85 | 14.61 | - |
| YUV | 29.14 | 173.07 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 3 | 109 | 0.54 | 0.97 | 0 | 0.57 | 266.6 | 0.95 | 0.22 |
| Hex | 32 | 3 | 6D | 36 | 61 | 0 | 39 | 10B | 5F | 16 |
| Octal | 62 | 3 | 155 | 66 | 141 | 0 | 71 | 413 | 137 | 26 |
| Binary | 110010 | 11 | 1101101 | 110110 | 1100001 | 0 | 111001 | 100001011 | 1011111 | 10110 |
Color Harmonies of #32036D
Complementary color
Monochromatic Colors of #32036D
Black with #32036D
Text Example
Text Example
White with #32036D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32036D; }
p { color: rgb(50,3,109); }
H1.HeaderClassName
{
color: #32036D;
}
.AnyTagClassName
{
color: #32036D;
}
</style>
background-color css
<style>
a { background-color: #32036D; }
a { background-color: rgb(50,3,109); }
div.DivClassName
{
background-color: #32036D;
}
.BgClassName
{
background-color: #32036D;
}
</style>
border-color css
<style>
span { border-color: #32036D; }
span { border-color: rgb(50,3,109); }
td.TdClassName
{
border-color: #32036D;
}
.TagClassName
{
border-color: #32036D;
}
</style>