Shades of Persian Indigo #371996
Tints of Persian Indigo #371996
RGB
CMYK
RGB Variations
Color information
#371996 (or 0x371996) is known color: Persian Indigo. HEX triplet: 37, 19 and 96. RGB value is (55,25,150). Sum of RGB (Red+Green+Blue) = 55+25+150=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 150 (58.98% from 255 or 65.22% from 230); Max value from RGB is 150 - color contains mainly: blue. Hex color #371996 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371996 is #C8E669. Grayscale: #2F2F2F. Windows color (decimal): -13166186 or 9836855. OLE color: 9836855.
HSL color Cylindrical-coordinate representation of color #371996: hue angle of 254.4º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #371996 is Cyan = 0.63, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 25 | 150 | - |
| CMYK | 0.63 | 0.83 | 0 | 0.41 |
| HSL | 254.4º | 0.71% | 0.34% | - |
| HSV(B) | 254.4º | 0.83% | 0.59% | - |
| XYZ | 7.43 | 3.71 | 29.18 | - |
| YUV | 48.22 | 185.44 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 150 | 0.63 | 0.83 | 0 | 0.41 | 254.4 | 0.71 | 0.34 |
| Hex | 37 | 19 | 96 | 3F | 53 | 0 | 29 | FE | 47 | 22 |
| Octal | 67 | 31 | 226 | 77 | 123 | 0 | 51 | 376 | 107 | 42 |
| Binary | 110111 | 11001 | 10010110 | 111111 | 1010011 | 0 | 101001 | 11111110 | 1000111 | 100010 |
Color Harmonies of #371996
Complementary color
Monochromatic Colors of #371996
Black with #371996
Text Example
Text Example
White with #371996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371996; }
p { color: rgb(55,25,150); }
H1.HeaderClassName
{
color: #371996;
}
.AnyTagClassName
{
color: #371996;
}
</style>
background-color css
<style>
a { background-color: #371996; }
a { background-color: rgb(55,25,150); }
div.DivClassName
{
background-color: #371996;
}
.BgClassName
{
background-color: #371996;
}
</style>
border-color css
<style>
span { border-color: #371996; }
span { border-color: rgb(55,25,150); }
td.TdClassName
{
border-color: #371996;
}
.TagClassName
{
border-color: #371996;
}
</style>