Shades of Persian Indigo #32087F
Tints of Persian Indigo #32087F
RGB
CMYK
RGB Variations
Color information
#32087F (or 0x32087F) is known color: Persian Indigo. HEX triplet: 32, 08 and 7F. RGB value is (50,8,127). Sum of RGB (Red+Green+Blue) = 50+8+127=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 127 (50% from 255 or 68.65% from 185); Max value from RGB is 127 - color contains mainly: blue. Hex color #32087F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32087F is #CDF780. Grayscale: #212121. Windows color (decimal): -13498241 or 8325170. OLE color: 8325170.
HSL color Cylindrical-coordinate representation of color #32087F: hue angle of 261.18º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32087F is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 8 | 127 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.50 |
| HSL | 261.18º | 0.88% | 0.26% | - |
| HSV(B) | 261.18º | 0.94% | 0.5% | - |
| XYZ | 5.23 | 2.38 | 20.26 | - |
| YUV | 34.12 | 180.41 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 8 | 127 | 0.61 | 0.94 | 0 | 0.50 | 261.18 | 0.88 | 0.26 |
| Hex | 32 | 8 | 7F | 3D | 5E | 0 | 32 | 105 | 58 | 1A |
| Octal | 62 | 10 | 177 | 75 | 136 | 0 | 62 | 405 | 130 | 32 |
| Binary | 110010 | 1000 | 1111111 | 111101 | 1011110 | 0 | 110010 | 100000101 | 1011000 | 11010 |
Color Harmonies of #32087F
Complementary color
Monochromatic Colors of #32087F
Black with #32087F
Text Example
Text Example
White with #32087F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32087F; }
p { color: rgb(50,8,127); }
H1.HeaderClassName
{
color: #32087F;
}
.AnyTagClassName
{
color: #32087F;
}
</style>
background-color css
<style>
a { background-color: #32087F; }
a { background-color: rgb(50,8,127); }
div.DivClassName
{
background-color: #32087F;
}
.BgClassName
{
background-color: #32087F;
}
</style>
border-color css
<style>
span { border-color: #32087F; }
span { border-color: rgb(50,8,127); }
td.TdClassName
{
border-color: #32087F;
}
.TagClassName
{
border-color: #32087F;
}
</style>