Shades of Persian Indigo #32177B
Tints of Persian Indigo #32177B
RGB
CMYK
RGB Variations
Color information
#32177B (or 0x32177B) is known color: Persian Indigo. HEX triplet: 32, 17 and 7B. RGB value is (50,23,123). Sum of RGB (Red+Green+Blue) = 50+23+123=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 123 (48.44% from 255 or 62.76% from 196); Max value from RGB is 123 - color contains mainly: blue. Hex color #32177B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32177B is #CDE884. Grayscale: #2A2A2A. Windows color (decimal): -13494405 or 8066866. OLE color: 8066866.
HSL color Cylindrical-coordinate representation of color #32177B: hue angle of 256.2º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #32177B is Cyan = 0.59, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 50 | 23 | 123 | - |
| CMYK | 0.59 | 0.81 | 0 | 0.52 |
| HSL | 256.2º | 0.68% | 0.29% | - |
| HSV(B) | 256.2º | 0.81% | 0.48% | - |
| XYZ | 5.2 | 2.72 | 18.99 | - |
| YUV | 42.47 | 173.45 | 133.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 23 | 123 | 0.59 | 0.81 | 0 | 0.52 | 256.2 | 0.68 | 0.29 |
| Hex | 32 | 17 | 7B | 3B | 51 | 0 | 34 | 100 | 44 | 1D |
| Octal | 62 | 27 | 173 | 73 | 121 | 0 | 64 | 400 | 104 | 35 |
| Binary | 110010 | 10111 | 1111011 | 111011 | 1010001 | 0 | 110100 | 100000000 | 1000100 | 11101 |
Color Harmonies of #32177B
Complementary color
Monochromatic Colors of #32177B
Black with #32177B
Text Example
Text Example
White with #32177B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32177B; }
p { color: rgb(50,23,123); }
H1.HeaderClassName
{
color: #32177B;
}
.AnyTagClassName
{
color: #32177B;
}
</style>
background-color css
<style>
a { background-color: #32177B; }
a { background-color: rgb(50,23,123); }
div.DivClassName
{
background-color: #32177B;
}
.BgClassName
{
background-color: #32177B;
}
</style>
border-color css
<style>
span { border-color: #32177B; }
span { border-color: rgb(50,23,123); }
td.TdClassName
{
border-color: #32177B;
}
.TagClassName
{
border-color: #32177B;
}
</style>