Shades of Persian Indigo #32057F
Tints of Persian Indigo #32057F
RGB
CMYK
RGB Variations
Color information
#32057F (or 0x32057F) is known color: Persian Indigo. HEX triplet: 32, 05 and 7F. RGB value is (50,5,127). Sum of RGB (Red+Green+Blue) = 50+5+127=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 5 (2.34% from 255 or 2.75% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #32057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32057F is #CDFA80. Grayscale: #1F1F1F. Windows color (decimal): -13499009 or 8324402. OLE color: 8324402.
HSL color Cylindrical-coordinate representation of color #32057F: hue angle of 262.13º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #32057F is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 5 | 127 | - |
| CMYK | 0.61 | 0.96 | 0 | 0.50 |
| HSL | 262.13º | 0.92% | 0.26% | - |
| HSV(B) | 262.13º | 0.96% | 0.5% | - |
| XYZ | 5.2 | 2.32 | 20.25 | - |
| YUV | 32.36 | 181.41 | 140.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 5 | 127 | 0.61 | 0.96 | 0 | 0.50 | 262.13 | 0.92 | 0.26 |
| Hex | 32 | 5 | 7F | 3D | 60 | 0 | 32 | 106 | 5C | 1A |
| Octal | 62 | 5 | 177 | 75 | 140 | 0 | 62 | 406 | 134 | 32 |
| Binary | 110010 | 101 | 1111111 | 111101 | 1100000 | 0 | 110010 | 100000110 | 1011100 | 11010 |
Color Harmonies of #32057F
Complementary color
Monochromatic Colors of #32057F
Black with #32057F
Text Example
Text Example
White with #32057F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32057F; }
p { color: rgb(50,5,127); }
H1.HeaderClassName
{
color: #32057F;
}
.AnyTagClassName
{
color: #32057F;
}
</style>
background-color css
<style>
a { background-color: #32057F; }
a { background-color: rgb(50,5,127); }
div.DivClassName
{
background-color: #32057F;
}
.BgClassName
{
background-color: #32057F;
}
</style>
border-color css
<style>
span { border-color: #32057F; }
span { border-color: rgb(50,5,127); }
td.TdClassName
{
border-color: #32057F;
}
.TagClassName
{
border-color: #32057F;
}
</style>