Shades of Persian Indigo #32177F
Tints of Persian Indigo #32177F
RGB
CMYK
RGB Variations
Color information
#32177F (or 0x32177F) is known color: Persian Indigo. HEX triplet: 32, 17 and 7F. RGB value is (50,23,127). Sum of RGB (Red+Green+Blue) = 50+23+127=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 23 (9.38% from 255 or 11.5% from 200); Blue value is 127 (50% from 255 or 63.5% from 200); Max value from RGB is 127 - color contains mainly: blue. Hex color #32177F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32177F is #CDE880. Grayscale: #2A2A2A. Windows color (decimal): -13494401 or 8329010. OLE color: 8329010.
HSL color Cylindrical-coordinate representation of color #32177F: hue angle of 255.58º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32177F is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 50 | 23 | 127 | - |
| CMYK | 0.61 | 0.82 | 0 | 0.50 |
| HSL | 255.58º | 0.69% | 0.29% | - |
| HSV(B) | 255.58º | 0.82% | 0.5% | - |
| XYZ | 5.45 | 2.82 | 20.34 | - |
| YUV | 42.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 127 | 0.61 | 0.82 | 0 | 0.50 | 255.58 | 0.69 | 0.29 |
| Hex | 32 | 17 | 7F | 3D | 52 | 0 | 32 | 100 | 45 | 1D |
| Octal | 62 | 27 | 177 | 75 | 122 | 0 | 62 | 400 | 105 | 35 |
| Binary | 110010 | 10111 | 1111111 | 111101 | 1010010 | 0 | 110010 | 100000000 | 1000101 | 11101 |
Color Harmonies of #32177F
Complementary color
Monochromatic Colors of #32177F
Black with #32177F
Text Example
Text Example
White with #32177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32177F; }
p { color: rgb(50,23,127); }
H1.HeaderClassName
{
color: #32177F;
}
.AnyTagClassName
{
color: #32177F;
}
</style>
background-color css
<style>
a { background-color: #32177F; }
a { background-color: rgb(50,23,127); }
div.DivClassName
{
background-color: #32177F;
}
.BgClassName
{
background-color: #32177F;
}
</style>
border-color css
<style>
span { border-color: #32177F; }
span { border-color: rgb(50,23,127); }
td.TdClassName
{
border-color: #32177F;
}
.TagClassName
{
border-color: #32177F;
}
</style>