Shades of Persian Indigo #320C9B
Tints of Persian Indigo #320C9B
RGB
CMYK
RGB Variations
Color information
#320C9B (or 0x320C9B) is known color: Persian Indigo. HEX triplet: 32, 0C and 9B. RGB value is (50,12,155). Sum of RGB (Red+Green+Blue) = 50+12+155=217 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.04% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #320C9B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #320C9B is #CDF364. Grayscale: #272727. Windows color (decimal): -13497189 or 10161202. OLE color: 10161202.
HSL color Cylindrical-coordinate representation of color #320C9B: hue angle of 255.94º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #320C9B is Cyan = 0.68, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 50 | 12 | 155 | - |
| CMYK | 0.68 | 0.92 | 0 | 0.39 |
| HSL | 255.94º | 0.86% | 0.33% | - |
| HSV(B) | 255.94º | 0.92% | 0.61% | - |
| XYZ | 7.36 | 3.31 | 31.26 | - |
| YUV | 39.66 | 193.09 | 135.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 12 | 155 | 0.68 | 0.92 | 0 | 0.39 | 255.94 | 0.86 | 0.33 |
| Hex | 32 | C | 9B | 44 | 5C | 0 | 27 | 100 | 56 | 21 |
| Octal | 62 | 14 | 233 | 104 | 134 | 0 | 47 | 400 | 126 | 41 |
| Binary | 110010 | 1100 | 10011011 | 1000100 | 1011100 | 0 | 100111 | 100000000 | 1010110 | 100001 |
Color Harmonies of #320C9B
Complementary color
Monochromatic Colors of #320C9B
Black with #320C9B
Text Example
Text Example
White with #320C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320C9B; }
p { color: rgb(50,12,155); }
H1.HeaderClassName
{
color: #320C9B;
}
.AnyTagClassName
{
color: #320C9B;
}
</style>
background-color css
<style>
a { background-color: #320C9B; }
a { background-color: rgb(50,12,155); }
div.DivClassName
{
background-color: #320C9B;
}
.BgClassName
{
background-color: #320C9B;
}
</style>
border-color css
<style>
span { border-color: #320C9B; }
span { border-color: rgb(50,12,155); }
td.TdClassName
{
border-color: #320C9B;
}
.TagClassName
{
border-color: #320C9B;
}
</style>