Shades of Persian Indigo #32017C
Tints of Persian Indigo #32017C
RGB
CMYK
RGB Variations
Color information
#32017C (or 0x32017C) is known color: Persian Indigo. HEX triplet: 32, 01 and 7C. RGB value is (50,1,124). Sum of RGB (Red+Green+Blue) = 50+1+124=175 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.57% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 124 (48.83% from 255 or 70.86% from 175); Max value from RGB is 124 - color contains mainly: blue. Hex color #32017C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32017C is #CDFE83. Grayscale: #1D1D1D. Windows color (decimal): -13500036 or 8126770. OLE color: 8126770.
HSL color Cylindrical-coordinate representation of color #32017C: hue angle of 263.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #32017C is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 1 | 124 | - |
| CMYK | 0.60 | 0.99 | 0 | 0.51 |
| HSL | 263.9º | 0.98% | 0.25% | - |
| HSV(B) | 263.9º | 0.99% | 0.49% | - |
| XYZ | 4.96 | 2.16 | 19.22 | - |
| YUV | 29.67 | 181.23 | 142.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 1 | 124 | 0.60 | 0.99 | 0 | 0.51 | 263.9 | 0.98 | 0.25 |
| Hex | 32 | 1 | 7C | 3C | 63 | 0 | 33 | 108 | 62 | 19 |
| Octal | 62 | 1 | 174 | 74 | 143 | 0 | 63 | 410 | 142 | 31 |
| Binary | 110010 | 1 | 1111100 | 111100 | 1100011 | 0 | 110011 | 100001000 | 1100010 | 11001 |
Color Harmonies of #32017C
Complementary color
Monochromatic Colors of #32017C
Black with #32017C
Text Example
Text Example
White with #32017C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32017C; }
p { color: rgb(50,1,124); }
H1.HeaderClassName
{
color: #32017C;
}
.AnyTagClassName
{
color: #32017C;
}
</style>
background-color css
<style>
a { background-color: #32017C; }
a { background-color: rgb(50,1,124); }
div.DivClassName
{
background-color: #32017C;
}
.BgClassName
{
background-color: #32017C;
}
</style>
border-color css
<style>
span { border-color: #32017C; }
span { border-color: rgb(50,1,124); }
td.TdClassName
{
border-color: #32017C;
}
.TagClassName
{
border-color: #32017C;
}
</style>