Shades of Persian Indigo #32187A
Tints of Persian Indigo #32187A
RGB
CMYK
RGB Variations
Color information
#32187A (or 0x32187A) is known color: Persian Indigo. HEX triplet: 32, 18 and 7A. RGB value is (50,24,122). Sum of RGB (Red+Green+Blue) = 50+24+122=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 122 (48.05% from 255 or 62.24% from 196); Max value from RGB is 122 - color contains mainly: blue. Hex color #32187A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32187A is #CDE785. Grayscale: #2A2A2A. Windows color (decimal): -13494150 or 8001586. OLE color: 8001586.
HSL color Cylindrical-coordinate representation of color #32187A: hue angle of 255.92º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #32187A is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 24 | 122 | - |
| CMYK | 0.59 | 0.80 | 0 | 0.52 |
| HSL | 255.92º | 0.67% | 0.29% | - |
| HSV(B) | 255.92º | 0.8% | 0.48% | - |
| XYZ | 5.15 | 2.74 | 18.67 | - |
| YUV | 42.95 | 172.61 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 24 | 122 | 0.59 | 0.80 | 0 | 0.52 | 255.92 | 0.67 | 0.29 |
| Hex | 32 | 18 | 7A | 3B | 50 | 0 | 34 | 100 | 43 | 1D |
| Octal | 62 | 30 | 172 | 73 | 120 | 0 | 64 | 400 | 103 | 35 |
| Binary | 110010 | 11000 | 1111010 | 111011 | 1010000 | 0 | 110100 | 100000000 | 1000011 | 11101 |
Color Harmonies of #32187A
Complementary color
Monochromatic Colors of #32187A
Black with #32187A
Text Example
Text Example
White with #32187A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32187A; }
p { color: rgb(50,24,122); }
H1.HeaderClassName
{
color: #32187A;
}
.AnyTagClassName
{
color: #32187A;
}
</style>
background-color css
<style>
a { background-color: #32187A; }
a { background-color: rgb(50,24,122); }
div.DivClassName
{
background-color: #32187A;
}
.BgClassName
{
background-color: #32187A;
}
</style>
border-color css
<style>
span { border-color: #32187A; }
span { border-color: rgb(50,24,122); }
td.TdClassName
{
border-color: #32187A;
}
.TagClassName
{
border-color: #32187A;
}
</style>