Shades of Persian Indigo #32167D
Tints of Persian Indigo #32167D
RGB
CMYK
RGB Variations
Color information
#32167D (or 0x32167D) is known color: Persian Indigo. HEX triplet: 32, 16 and 7D. RGB value is (50,22,125). Sum of RGB (Red+Green+Blue) = 50+22+125=197 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.38% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 125 (49.22% from 255 or 63.45% from 197); Max value from RGB is 125 - color contains mainly: blue. Hex color #32167D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32167D is #CDE982. Grayscale: #292929. Windows color (decimal): -13494659 or 8197682. OLE color: 8197682.
HSL color Cylindrical-coordinate representation of color #32167D: hue angle of 256.31º degrees, saturation: 0.7, 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 #32167D is Cyan = 0.60, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 22 | 125 | - |
| CMYK | 0.60 | 0.82 | 0 | 0.51 |
| HSL | 256.31º | 0.7% | 0.29% | - |
| HSV(B) | 256.31º | 0.82% | 0.49% | - |
| XYZ | 5.3 | 2.73 | 19.65 | - |
| YUV | 42.11 | 174.78 | 133.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 22 | 125 | 0.60 | 0.82 | 0 | 0.51 | 256.31 | 0.7 | 0.29 |
| Hex | 32 | 16 | 7D | 3C | 52 | 0 | 33 | 100 | 46 | 1D |
| Octal | 62 | 26 | 175 | 74 | 122 | 0 | 63 | 400 | 106 | 35 |
| Binary | 110010 | 10110 | 1111101 | 111100 | 1010010 | 0 | 110011 | 100000000 | 1000110 | 11101 |
Color Harmonies of #32167D
Complementary color
Monochromatic Colors of #32167D
Black with #32167D
Text Example
Text Example
White with #32167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32167D; }
p { color: rgb(50,22,125); }
H1.HeaderClassName
{
color: #32167D;
}
.AnyTagClassName
{
color: #32167D;
}
</style>
background-color css
<style>
a { background-color: #32167D; }
a { background-color: rgb(50,22,125); }
div.DivClassName
{
background-color: #32167D;
}
.BgClassName
{
background-color: #32167D;
}
</style>
border-color css
<style>
span { border-color: #32167D; }
span { border-color: rgb(50,22,125); }
td.TdClassName
{
border-color: #32167D;
}
.TagClassName
{
border-color: #32167D;
}
</style>