Shades of Persian Indigo #32076A
Tints of Persian Indigo #32076A
RGB
CMYK
RGB Variations
Color information
#32076A (or 0x32076A) is known color: Persian Indigo. HEX triplet: 32, 07 and 6A. RGB value is (50,7,106). Sum of RGB (Red+Green+Blue) = 50+7+106=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 7 (3.12% from 255 or 4.29% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #32076A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #32076A is #CDF895. Grayscale: #1E1E1E. Windows color (decimal): -13498518 or 6948658. OLE color: 6948658.
HSL color Cylindrical-coordinate representation of color #32076A: hue angle of 266.06º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32076A is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 7 | 106 | - |
| CMYK | 0.53 | 0.93 | 0 | 0.58 |
| HSL | 266.06º | 0.88% | 0.22% | - |
| HSV(B) | 266.06º | 0.93% | 0.42% | - |
| XYZ | 3.99 | 1.87 | 13.79 | - |
| YUV | 31.14 | 170.25 | 141.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 7 | 106 | 0.53 | 0.93 | 0 | 0.58 | 266.06 | 0.88 | 0.22 |
| Hex | 32 | 7 | 6A | 35 | 5D | 0 | 3A | 10A | 58 | 16 |
| Octal | 62 | 7 | 152 | 65 | 135 | 0 | 72 | 412 | 130 | 26 |
| Binary | 110010 | 111 | 1101010 | 110101 | 1011101 | 0 | 111010 | 100001010 | 1011000 | 10110 |
Color Harmonies of #32076A
Complementary color
Monochromatic Colors of #32076A
Black with #32076A
Text Example
Text Example
White with #32076A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32076A; }
p { color: rgb(50,7,106); }
H1.HeaderClassName
{
color: #32076A;
}
.AnyTagClassName
{
color: #32076A;
}
</style>
background-color css
<style>
a { background-color: #32076A; }
a { background-color: rgb(50,7,106); }
div.DivClassName
{
background-color: #32076A;
}
.BgClassName
{
background-color: #32076A;
}
</style>
border-color css
<style>
span { border-color: #32076A; }
span { border-color: rgb(50,7,106); }
td.TdClassName
{
border-color: #32076A;
}
.TagClassName
{
border-color: #32076A;
}
</style>