Shades of Persian Indigo #320B66
Tints of Persian Indigo #320B66
RGB
CMYK
RGB Variations
Color information
#320B66 (or 0x320B66) is known color: Persian Indigo. HEX triplet: 32, 0B and 66. RGB value is (50,11,102). Sum of RGB (Red+Green+Blue) = 50+11+102=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 11 (4.69% from 255 or 6.75% from 163); Blue value is 102 (40.23% from 255 or 62.58% from 163); Max value from RGB is 102 - color contains mainly: blue. Hex color #320B66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320B66 is #CDF499. Grayscale: #202020. Windows color (decimal): -13497498 or 6687538. OLE color: 6687538.
HSL color Cylindrical-coordinate representation of color #320B66: hue angle of 265.71º degrees, saturation: 0.81, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #320B66 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 50 | 11 | 102 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.6 |
| HSL | 265.71º | 0.81% | 0.22% | - |
| HSV(B) | 265.71º | 0.89% | 0.4% | - |
| XYZ | 3.83 | 1.88 | 12.73 | - |
| YUV | 33.04 | 166.92 | 140.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 11 | 102 | 0.51 | 0.89 | 0 | 0.6 | 265.71 | 0.81 | 0.22 |
| Hex | 32 | B | 66 | 33 | 59 | 0 | 3C | 10A | 51 | 16 |
| Octal | 62 | 13 | 146 | 63 | 131 | 0 | 74 | 412 | 121 | 26 |
| Binary | 110010 | 1011 | 1100110 | 110011 | 1011001 | 0 | 111100 | 100001010 | 1010001 | 10110 |
Color Harmonies of #320B66
Complementary color
Monochromatic Colors of #320B66
Black with #320B66
Text Example
Text Example
White with #320B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320B66; }
p { color: rgb(50,11,102); }
H1.HeaderClassName
{
color: #320B66;
}
.AnyTagClassName
{
color: #320B66;
}
</style>
background-color css
<style>
a { background-color: #320B66; }
a { background-color: rgb(50,11,102); }
div.DivClassName
{
background-color: #320B66;
}
.BgClassName
{
background-color: #320B66;
}
</style>
border-color css
<style>
span { border-color: #320B66; }
span { border-color: rgb(50,11,102); }
td.TdClassName
{
border-color: #320B66;
}
.TagClassName
{
border-color: #320B66;
}
</style>