Shades of Persian Indigo #32077E
Tints of Persian Indigo #32077E
RGB
CMYK
RGB Variations
Color information
#32077E (or 0x32077E) is known color: Persian Indigo. HEX triplet: 32, 07 and 7E. RGB value is (50,7,126). Sum of RGB (Red+Green+Blue) = 50+7+126=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 7 (3.12% from 255 or 3.83% from 183); Blue value is 126 (49.61% from 255 or 68.85% from 183); Max value from RGB is 126 - color contains mainly: blue. Hex color #32077E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32077E is #CDF881. Grayscale: #202020. Windows color (decimal): -13498498 or 8259378. OLE color: 8259378.
HSL color Cylindrical-coordinate representation of color #32077E: hue angle of 261.68º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32077E is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 7 | 126 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.51 |
| HSL | 261.68º | 0.89% | 0.26% | - |
| HSV(B) | 261.68º | 0.94% | 0.49% | - |
| XYZ | 5.16 | 2.34 | 19.92 | - |
| YUV | 33.42 | 180.25 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 126 | 0.60 | 0.94 | 0 | 0.51 | 261.68 | 0.89 | 0.26 |
| Hex | 32 | 7 | 7E | 3C | 5E | 0 | 33 | 106 | 59 | 1A |
| Octal | 62 | 7 | 176 | 74 | 136 | 0 | 63 | 406 | 131 | 32 |
| Binary | 110010 | 111 | 1111110 | 111100 | 1011110 | 0 | 110011 | 100000110 | 1011001 | 11010 |
Color Harmonies of #32077E
Complementary color
Monochromatic Colors of #32077E
Black with #32077E
Text Example
Text Example
White with #32077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32077E; }
p { color: rgb(50,7,126); }
H1.HeaderClassName
{
color: #32077E;
}
.AnyTagClassName
{
color: #32077E;
}
</style>
background-color css
<style>
a { background-color: #32077E; }
a { background-color: rgb(50,7,126); }
div.DivClassName
{
background-color: #32077E;
}
.BgClassName
{
background-color: #32077E;
}
</style>
border-color css
<style>
span { border-color: #32077E; }
span { border-color: rgb(50,7,126); }
td.TdClassName
{
border-color: #32077E;
}
.TagClassName
{
border-color: #32077E;
}
</style>