Shades of Persian Indigo #320C6E
Tints of Persian Indigo #320C6E
RGB
CMYK
RGB Variations
Color information
#320C6E (or 0x320C6E) is known color: Persian Indigo. HEX triplet: 32, 0C and 6E. RGB value is (50,12,110). Sum of RGB (Red+Green+Blue) = 50+12+110=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 12 (5.08% from 255 or 6.98% from 172); Blue value is 110 (43.36% from 255 or 63.95% from 172); Max value from RGB is 110 - color contains mainly: blue. Hex color #320C6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320C6E is #CDF391. Grayscale: #222222. Windows color (decimal): -13497234 or 7212082. OLE color: 7212082.
HSL color Cylindrical-coordinate representation of color #320C6E: hue angle of 263.27º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320C6E is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 50 | 12 | 110 | - |
| CMYK | 0.55 | 0.89 | 0 | 0.57 |
| HSL | 263.27º | 0.8% | 0.24% | - |
| HSV(B) | 263.27º | 0.89% | 0.43% | - |
| XYZ | 4.26 | 2.07 | 14.93 | - |
| YUV | 34.53 | 170.59 | 139.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 110 | 0.55 | 0.89 | 0 | 0.57 | 263.27 | 0.8 | 0.24 |
| Hex | 32 | C | 6E | 37 | 59 | 0 | 39 | 107 | 50 | 18 |
| Octal | 62 | 14 | 156 | 67 | 131 | 0 | 71 | 407 | 120 | 30 |
| Binary | 110010 | 1100 | 1101110 | 110111 | 1011001 | 0 | 111001 | 100000111 | 1010000 | 11000 |
Color Harmonies of #320C6E
Complementary color
Monochromatic Colors of #320C6E
Black with #320C6E
Text Example
Text Example
White with #320C6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C6E; }
p { color: rgb(50,12,110); }
H1.HeaderClassName
{
color: #320C6E;
}
.AnyTagClassName
{
color: #320C6E;
}
</style>
background-color css
<style>
a { background-color: #320C6E; }
a { background-color: rgb(50,12,110); }
div.DivClassName
{
background-color: #320C6E;
}
.BgClassName
{
background-color: #320C6E;
}
</style>
border-color css
<style>
span { border-color: #320C6E; }
span { border-color: rgb(50,12,110); }
td.TdClassName
{
border-color: #320C6E;
}
.TagClassName
{
border-color: #320C6E;
}
</style>