Shades of Persian Indigo #320C86
Tints of Persian Indigo #320C86
RGB
CMYK
RGB Variations
Color information
#320C86 (or 0x320C86) is known color: Persian Indigo. HEX triplet: 32, 0C and 86. RGB value is (50,12,134). Sum of RGB (Red+Green+Blue) = 50+12+134=196 (25% of max value = 765). Red value is 50 (19.92% from 255 or 25.51% from 196); Green value is 12 (5.08% from 255 or 6.12% from 196); Blue value is 134 (52.73% from 255 or 68.37% from 196); Max value from RGB is 134 - color contains mainly: blue. Hex color #320C86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320C86 is #CDF379. Grayscale: #242424. Windows color (decimal): -13497210 or 8784946. OLE color: 8784946.
HSL color Cylindrical-coordinate representation of color #320C86: hue angle of 258.69º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #320C86 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 50 | 12 | 134 | - |
| CMYK | 0.63 | 0.91 | 0 | 0.47 |
| HSL | 258.69º | 0.84% | 0.29% | - |
| HSV(B) | 258.69º | 0.91% | 0.53% | - |
| XYZ | 5.75 | 2.66 | 22.77 | - |
| YUV | 37.27 | 182.59 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 134 | 0.63 | 0.91 | 0 | 0.47 | 258.69 | 0.84 | 0.29 |
| Hex | 32 | C | 86 | 3F | 5B | 0 | 2F | 103 | 54 | 1D |
| Octal | 62 | 14 | 206 | 77 | 133 | 0 | 57 | 403 | 124 | 35 |
| Binary | 110010 | 1100 | 10000110 | 111111 | 1011011 | 0 | 101111 | 100000011 | 1010100 | 11101 |
Color Harmonies of #320C86
Complementary color
Monochromatic Colors of #320C86
Black with #320C86
Text Example
Text Example
White with #320C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C86; }
p { color: rgb(50,12,134); }
H1.HeaderClassName
{
color: #320C86;
}
.AnyTagClassName
{
color: #320C86;
}
</style>
background-color css
<style>
a { background-color: #320C86; }
a { background-color: rgb(50,12,134); }
div.DivClassName
{
background-color: #320C86;
}
.BgClassName
{
background-color: #320C86;
}
</style>
border-color css
<style>
span { border-color: #320C86; }
span { border-color: rgb(50,12,134); }
td.TdClassName
{
border-color: #320C86;
}
.TagClassName
{
border-color: #320C86;
}
</style>