Shades of Persian Indigo #32136D
Tints of Persian Indigo #32136D
RGB
CMYK
RGB Variations
Color information
#32136D (or 0x32136D) is known color: Persian Indigo. HEX triplet: 32, 13 and 6D. RGB value is (50,19,109). Sum of RGB (Red+Green+Blue) = 50+19+109=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #32136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32136D is #CDEC92. Grayscale: #262626. Windows color (decimal): -13495443 or 7148338. OLE color: 7148338.
HSL color Cylindrical-coordinate representation of color #32136D: hue angle of 260.67º degrees, saturation: 0.7, 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 #32136D is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 19 | 109 | - |
| CMYK | 0.54 | 0.83 | 0 | 0.57 |
| HSL | 260.67º | 0.7% | 0.25% | - |
| HSV(B) | 260.67º | 0.83% | 0.43% | - |
| XYZ | 4.31 | 2.25 | 14.67 | - |
| YUV | 38.53 | 167.77 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 109 | 0.54 | 0.83 | 0 | 0.57 | 260.67 | 0.7 | 0.25 |
| Hex | 32 | 13 | 6D | 36 | 53 | 0 | 39 | 105 | 46 | 19 |
| Octal | 62 | 23 | 155 | 66 | 123 | 0 | 71 | 405 | 106 | 31 |
| Binary | 110010 | 10011 | 1101101 | 110110 | 1010011 | 0 | 111001 | 100000101 | 1000110 | 11001 |
Color Harmonies of #32136D
Complementary color
Monochromatic Colors of #32136D
Black with #32136D
Text Example
Text Example
White with #32136D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32136D; }
p { color: rgb(50,19,109); }
H1.HeaderClassName
{
color: #32136D;
}
.AnyTagClassName
{
color: #32136D;
}
</style>
background-color css
<style>
a { background-color: #32136D; }
a { background-color: rgb(50,19,109); }
div.DivClassName
{
background-color: #32136D;
}
.BgClassName
{
background-color: #32136D;
}
</style>
border-color css
<style>
span { border-color: #32136D; }
span { border-color: rgb(50,19,109); }
td.TdClassName
{
border-color: #32136D;
}
.TagClassName
{
border-color: #32136D;
}
</style>