Shades of Persian Indigo #320F74
Tints of Persian Indigo #320F74
RGB
CMYK
RGB Variations
Color information
#320F74 (or 0x320F74) is known color: Persian Indigo. HEX triplet: 32, 0F and 74. RGB value is (50,15,116). Sum of RGB (Red+Green+Blue) = 50+15+116=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 15 (6.25% from 255 or 8.29% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #320F74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #320F74 is #CDF08B. Grayscale: #242424. Windows color (decimal): -13496460 or 7606066. OLE color: 7606066.
HSL color Cylindrical-coordinate representation of color #320F74: hue angle of 260.79º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #320F74 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 50 | 15 | 116 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.55 |
| HSL | 260.79º | 0.77% | 0.26% | - |
| HSV(B) | 260.79º | 0.87% | 0.45% | - |
| XYZ | 4.64 | 2.28 | 16.72 | - |
| YUV | 36.98 | 172.6 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 15 | 116 | 0.57 | 0.87 | 0 | 0.55 | 260.79 | 0.77 | 0.26 |
| Hex | 32 | F | 74 | 39 | 57 | 0 | 37 | 105 | 4D | 1A |
| Octal | 62 | 17 | 164 | 71 | 127 | 0 | 67 | 405 | 115 | 32 |
| Binary | 110010 | 1111 | 1110100 | 111001 | 1010111 | 0 | 110111 | 100000101 | 1001101 | 11010 |
Color Harmonies of #320F74
Complementary color
Monochromatic Colors of #320F74
Black with #320F74
Text Example
Text Example
White with #320F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #320F74; }
p { color: rgb(50,15,116); }
H1.HeaderClassName
{
color: #320F74;
}
.AnyTagClassName
{
color: #320F74;
}
</style>
background-color css
<style>
a { background-color: #320F74; }
a { background-color: rgb(50,15,116); }
div.DivClassName
{
background-color: #320F74;
}
.BgClassName
{
background-color: #320F74;
}
</style>
border-color css
<style>
span { border-color: #320F74; }
span { border-color: rgb(50,15,116); }
td.TdClassName
{
border-color: #320F74;
}
.TagClassName
{
border-color: #320F74;
}
</style>