Shades of Persian Indigo #320F6C
Tints of Persian Indigo #320F6C
RGB
CMYK
RGB Variations
Color information
#320F6C (or 0x320F6C) is known color: Persian Indigo. HEX triplet: 32, 0F and 6C. RGB value is (50,15,108). Sum of RGB (Red+Green+Blue) = 50+15+108=173 (22% of max value = 765). Red value is 50 (19.92% from 255 or 28.90% from 173); Green value is 15 (6.25% from 255 or 8.67% from 173); Blue value is 108 (42.58% from 255 or 62.43% from 173); Max value from RGB is 108 - color contains mainly: blue. Hex color #320F6C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F6C is #CDF093. Grayscale: #232323. Windows color (decimal): -13496468 or 7081778. OLE color: 7081778.
HSL color Cylindrical-coordinate representation of color #320F6C: hue angle of 262.58º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #320F6C is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 50 | 15 | 108 | - |
| CMYK | 0.54 | 0.86 | 0 | 0.58 |
| HSL | 262.58º | 0.76% | 0.24% | - |
| HSV(B) | 262.58º | 0.86% | 0.42% | - |
| XYZ | 4.19 | 2.1 | 14.37 | - |
| YUV | 36.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 108 | 0.54 | 0.86 | 0 | 0.58 | 262.58 | 0.76 | 0.24 |
| Hex | 32 | F | 6C | 36 | 56 | 0 | 3A | 107 | 4C | 18 |
| Octal | 62 | 17 | 154 | 66 | 126 | 0 | 72 | 407 | 114 | 30 |
| Binary | 110010 | 1111 | 1101100 | 110110 | 1010110 | 0 | 111010 | 100000111 | 1001100 | 11000 |
Color Harmonies of #320F6C
Complementary color
Monochromatic Colors of #320F6C
Black with #320F6C
Text Example
Text Example
White with #320F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F6C; }
p { color: rgb(50,15,108); }
H1.HeaderClassName
{
color: #320F6C;
}
.AnyTagClassName
{
color: #320F6C;
}
</style>
background-color css
<style>
a { background-color: #320F6C; }
a { background-color: rgb(50,15,108); }
div.DivClassName
{
background-color: #320F6C;
}
.BgClassName
{
background-color: #320F6C;
}
</style>
border-color css
<style>
span { border-color: #320F6C; }
span { border-color: rgb(50,15,108); }
td.TdClassName
{
border-color: #320F6C;
}
.TagClassName
{
border-color: #320F6C;
}
</style>