Shades of Persian Indigo #32177D
Tints of Persian Indigo #32177D
RGB
CMYK
RGB Variations
Color information
#32177D (or 0x32177D) is known color: Persian Indigo. HEX triplet: 32, 17 and 7D. RGB value is (50,23,125). Sum of RGB (Red+Green+Blue) = 50+23+125=198 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.25% from 198); Green value is 23 (9.38% from 255 or 11.62% from 198); Blue value is 125 (49.22% from 255 or 63.13% from 198); Max value from RGB is 125 - color contains mainly: blue. Hex color #32177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32177D is #CDE882. Grayscale: #2A2A2A. Windows color (decimal): -13494403 or 8197938. OLE color: 8197938.
HSL color Cylindrical-coordinate representation of color #32177D: hue angle of 255.88º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #32177D is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 23 | 125 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.51 |
| HSL | 255.88º | 0.69% | 0.29% | - |
| HSV(B) | 255.88º | 0.82% | 0.49% | - |
| XYZ | 5.32 | 2.77 | 19.66 | - |
| YUV | 42.7 | 174.45 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 125 | 0.60 | 0.82 | 0 | 0.51 | 255.88 | 0.69 | 0.29 |
| Hex | 32 | 17 | 7D | 3C | 52 | 0 | 33 | 100 | 45 | 1D |
| Octal | 62 | 27 | 175 | 74 | 122 | 0 | 63 | 400 | 105 | 35 |
| Binary | 110010 | 10111 | 1111101 | 111100 | 1010010 | 0 | 110011 | 100000000 | 1000101 | 11101 |
Color Harmonies of #32177D
Complementary color
Monochromatic Colors of #32177D
Black with #32177D
Text Example
Text Example
White with #32177D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32177D; }
p { color: rgb(50,23,125); }
H1.HeaderClassName
{
color: #32177D;
}
.AnyTagClassName
{
color: #32177D;
}
</style>
background-color css
<style>
a { background-color: #32177D; }
a { background-color: rgb(50,23,125); }
div.DivClassName
{
background-color: #32177D;
}
.BgClassName
{
background-color: #32177D;
}
</style>
border-color css
<style>
span { border-color: #32177D; }
span { border-color: rgb(50,23,125); }
td.TdClassName
{
border-color: #32177D;
}
.TagClassName
{
border-color: #32177D;
}
</style>