Shades of Persian Indigo #32126D
Tints of Persian Indigo #32126D
RGB
CMYK
RGB Variations
Color information
#32126D (or 0x32126D) is known color: Persian Indigo. HEX triplet: 32, 12 and 6D. RGB value is (50,18,109). Sum of RGB (Red+Green+Blue) = 50+18+109=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #32126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32126D is #CDED92. Grayscale: #252525. Windows color (decimal): -13495699 or 7148082. OLE color: 7148082.
HSL color Cylindrical-coordinate representation of color #32126D: hue angle of 261.1º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #32126D is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 18 | 109 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.57 |
| HSL | 261.1º | 0.72% | 0.25% | - |
| HSV(B) | 261.1º | 0.83% | 0.43% | - |
| XYZ | 4.29 | 2.21 | 14.67 | - |
| YUV | 37.94 | 168.1 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 18 | 109 | 0.54 | 0.83 | 0 | 0.57 | 261.1 | 0.72 | 0.25 |
| Hex | 32 | 12 | 6D | 36 | 53 | 0 | 39 | 105 | 48 | 19 |
| Octal | 62 | 22 | 155 | 66 | 123 | 0 | 71 | 405 | 110 | 31 |
| Binary | 110010 | 10010 | 1101101 | 110110 | 1010011 | 0 | 111001 | 100000101 | 1001000 | 11001 |
Color Harmonies of #32126D
Complementary color
Monochromatic Colors of #32126D
Black with #32126D
Text Example
Text Example
White with #32126D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32126D; }
p { color: rgb(50,18,109); }
H1.HeaderClassName
{
color: #32126D;
}
.AnyTagClassName
{
color: #32126D;
}
</style>
background-color css
<style>
a { background-color: #32126D; }
a { background-color: rgb(50,18,109); }
div.DivClassName
{
background-color: #32126D;
}
.BgClassName
{
background-color: #32126D;
}
</style>
border-color css
<style>
span { border-color: #32126D; }
span { border-color: rgb(50,18,109); }
td.TdClassName
{
border-color: #32126D;
}
.TagClassName
{
border-color: #32126D;
}
</style>