Shades of Persian Indigo #32107D
Tints of Persian Indigo #32107D
RGB
CMYK
RGB Variations
Color information
#32107D (or 0x32107D) is known color: Persian Indigo. HEX triplet: 32, 10 and 7D. RGB value is (50,16,125). Sum of RGB (Red+Green+Blue) = 50+16+125=191 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.18% from 191); Green value is 16 (6.64% from 255 or 8.38% from 191); Blue value is 125 (49.22% from 255 or 65.45% from 191); Max value from RGB is 125 - color contains mainly: blue. Hex color #32107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32107D is #CDEF82. Grayscale: #262626. Windows color (decimal): -13496195 or 8196146. OLE color: 8196146.
HSL color Cylindrical-coordinate representation of color #32107D: hue angle of 258.72º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32107D is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 16 | 125 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.51 |
| HSL | 258.72º | 0.77% | 0.28% | - |
| HSV(B) | 258.72º | 0.87% | 0.49% | - |
| XYZ | 5.2 | 2.53 | 19.62 | - |
| YUV | 38.59 | 176.76 | 136.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 16 | 125 | 0.60 | 0.87 | 0 | 0.51 | 258.72 | 0.77 | 0.28 |
| Hex | 32 | 10 | 7D | 3C | 57 | 0 | 33 | 103 | 4D | 1C |
| Octal | 62 | 20 | 175 | 74 | 127 | 0 | 63 | 403 | 115 | 34 |
| Binary | 110010 | 10000 | 1111101 | 111100 | 1010111 | 0 | 110011 | 100000011 | 1001101 | 11100 |
Color Harmonies of #32107D
Complementary color
Monochromatic Colors of #32107D
Black with #32107D
Text Example
Text Example
White with #32107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32107D; }
p { color: rgb(50,16,125); }
H1.HeaderClassName
{
color: #32107D;
}
.AnyTagClassName
{
color: #32107D;
}
</style>
background-color css
<style>
a { background-color: #32107D; }
a { background-color: rgb(50,16,125); }
div.DivClassName
{
background-color: #32107D;
}
.BgClassName
{
background-color: #32107D;
}
</style>
border-color css
<style>
span { border-color: #32107D; }
span { border-color: rgb(50,16,125); }
td.TdClassName
{
border-color: #32107D;
}
.TagClassName
{
border-color: #32107D;
}
</style>