Shades of Persian Indigo #32007E
Tints of Persian Indigo #32007E
RGB
CMYK
RGB Variations
Color information
#32007E (or 0x32007E) is known color: Persian Indigo. HEX triplet: 32, 00 and 7E. RGB value is (50,0,126). Sum of RGB (Red+Green+Blue) = 50+0+126=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 126 (49.61% from 255 or 71.59% from 176); Max value from RGB is 126 - color contains mainly: blue. Hex color #32007E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32007E is #CDFF81. Grayscale: #1C1C1C. Windows color (decimal): -13500290 or 8257586. OLE color: 8257586.
HSL color Cylindrical-coordinate representation of color #32007E: hue angle of 263.81º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #32007E is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 0 | 126 | - |
| CMYK | 0.60 | 1 | 0 | 0.51 |
| HSL | 263.81º | 1% | 0.25% | - |
| HSV(B) | 263.81º | 1% | 0.49% | - |
| XYZ | 5.08 | 2.18 | 19.89 | - |
| YUV | 29.31 | 182.57 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 0 | 126 | 0.60 | 1 | 0 | 0.51 | 263.81 | 1 | 0.25 |
| Hex | 32 | 0 | 7E | 3C | 64 | 0 | 33 | 108 | 64 | 19 |
| Octal | 62 | 0 | 176 | 74 | 144 | 0 | 63 | 410 | 144 | 31 |
| Binary | 110010 | 0 | 1111110 | 111100 | 1100100 | 0 | 110011 | 100001000 | 1100100 | 11001 |
Color Harmonies of #32007E
Complementary color
Monochromatic Colors of #32007E
Black with #32007E
Text Example
Text Example
White with #32007E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32007E; }
p { color: rgb(50,0,126); }
H1.HeaderClassName
{
color: #32007E;
}
.AnyTagClassName
{
color: #32007E;
}
</style>
background-color css
<style>
a { background-color: #32007E; }
a { background-color: rgb(50,0,126); }
div.DivClassName
{
background-color: #32007E;
}
.BgClassName
{
background-color: #32007E;
}
</style>
border-color css
<style>
span { border-color: #32007E; }
span { border-color: rgb(50,0,126); }
td.TdClassName
{
border-color: #32007E;
}
.TagClassName
{
border-color: #32007E;
}
</style>