Shades of Persian Indigo #371999
Tints of Persian Indigo #371999
RGB
CMYK
RGB Variations
Color information
#371999 (or 0x371999) is known color: Persian Indigo. HEX triplet: 37, 19 and 99. RGB value is (55,25,153). Sum of RGB (Red+Green+Blue) = 55+25+153=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 153 (60.16% from 255 or 65.67% from 233); Max value from RGB is 153 - color contains mainly: blue. Hex color #371999 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #371999 is #C8E666. Grayscale: #303030. Windows color (decimal): -13166183 or 10033463. OLE color: 10033463.
HSL color Cylindrical-coordinate representation of color #371999: hue angle of 254.06º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #371999 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 55 | 25 | 153 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.4 |
| HSL | 254.06º | 0.72% | 0.35% | - |
| HSV(B) | 254.06º | 0.84% | 0.6% | - |
| XYZ | 7.67 | 3.81 | 30.47 | - |
| YUV | 48.56 | 186.94 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 25 | 153 | 0.64 | 0.84 | 0 | 0.4 | 254.06 | 0.72 | 0.35 |
| Hex | 37 | 19 | 99 | 40 | 54 | 0 | 28 | FE | 48 | 23 |
| Octal | 67 | 31 | 231 | 100 | 124 | 0 | 50 | 376 | 110 | 43 |
| Binary | 110111 | 11001 | 10011001 | 1000000 | 1010100 | 0 | 101000 | 11111110 | 1001000 | 100011 |
Color Harmonies of #371999
Complementary color
Monochromatic Colors of #371999
Black with #371999
Text Example
Text Example
White with #371999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371999; }
p { color: rgb(55,25,153); }
H1.HeaderClassName
{
color: #371999;
}
.AnyTagClassName
{
color: #371999;
}
</style>
background-color css
<style>
a { background-color: #371999; }
a { background-color: rgb(55,25,153); }
div.DivClassName
{
background-color: #371999;
}
.BgClassName
{
background-color: #371999;
}
</style>
border-color css
<style>
span { border-color: #371999; }
span { border-color: rgb(55,25,153); }
td.TdClassName
{
border-color: #371999;
}
.TagClassName
{
border-color: #371999;
}
</style>