Shades of Persian Indigo #32138C
Tints of Persian Indigo #32138C
RGB
CMYK
RGB Variations
Color information
#32138C (or 0x32138C) is known color: Persian Indigo. HEX triplet: 32, 13 and 8C. RGB value is (50,19,140). Sum of RGB (Red+Green+Blue) = 50+19+140=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 140 (55.08% from 255 or 66.99% from 209); Max value from RGB is 140 - color contains mainly: blue. Hex color #32138C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #32138C is #CDEC73. Grayscale: #292929. Windows color (decimal): -13495412 or 9179954. OLE color: 9179954.
HSL color Cylindrical-coordinate representation of color #32138C: hue angle of 255.37º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #32138C is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 50 | 19 | 140 | - |
| CMYK | 0.64 | 0.86 | 0 | 0.45 |
| HSL | 255.37º | 0.76% | 0.31% | - |
| HSV(B) | 255.37º | 0.86% | 0.55% | - |
| XYZ | 6.28 | 3.04 | 25.07 | - |
| YUV | 42.06 | 183.27 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 19 | 140 | 0.64 | 0.86 | 0 | 0.45 | 255.37 | 0.76 | 0.31 |
| Hex | 32 | 13 | 8C | 40 | 56 | 0 | 2D | FF | 4C | 1F |
| Octal | 62 | 23 | 214 | 100 | 126 | 0 | 55 | 377 | 114 | 37 |
| Binary | 110010 | 10011 | 10001100 | 1000000 | 1010110 | 0 | 101101 | 11111111 | 1001100 | 11111 |
Color Harmonies of #32138C
Complementary color
Monochromatic Colors of #32138C
Black with #32138C
Text Example
Text Example
White with #32138C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32138C; }
p { color: rgb(50,19,140); }
H1.HeaderClassName
{
color: #32138C;
}
.AnyTagClassName
{
color: #32138C;
}
</style>
background-color css
<style>
a { background-color: #32138C; }
a { background-color: rgb(50,19,140); }
div.DivClassName
{
background-color: #32138C;
}
.BgClassName
{
background-color: #32138C;
}
</style>
border-color css
<style>
span { border-color: #32138C; }
span { border-color: rgb(50,19,140); }
td.TdClassName
{
border-color: #32138C;
}
.TagClassName
{
border-color: #32138C;
}
</style>