Shades of Persian Indigo #371C90
Tints of Persian Indigo #371C90
RGB
CMYK
RGB Variations
Color information
#371C90 (or 0x371C90) is known color: Persian Indigo. HEX triplet: 37, 1C and 90. RGB value is (55,28,144). Sum of RGB (Red+Green+Blue) = 55+28+144=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 28 (11.33% from 255 or 12.33% from 227); Blue value is 144 (56.64% from 255 or 63.44% from 227); Max value from RGB is 144 - color contains mainly: blue. Hex color #371C90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371C90 is #C8E36F. Grayscale: #303030. Windows color (decimal): -13165424 or 9444407. OLE color: 9444407.
HSL color Cylindrical-coordinate representation of color #371C90: hue angle of 253.97º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #371C90 is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 28 | 144 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.44 |
| HSL | 253.97º | 0.67% | 0.34% | - |
| HSV(B) | 253.97º | 0.81% | 0.56% | - |
| XYZ | 7.02 | 3.66 | 26.72 | - |
| YUV | 49.3 | 181.45 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 28 | 144 | 0.62 | 0.81 | 0 | 0.44 | 253.97 | 0.67 | 0.34 |
| Hex | 37 | 1C | 90 | 3E | 51 | 0 | 2C | FE | 43 | 22 |
| Octal | 67 | 34 | 220 | 76 | 121 | 0 | 54 | 376 | 103 | 42 |
| Binary | 110111 | 11100 | 10010000 | 111110 | 1010001 | 0 | 101100 | 11111110 | 1000011 | 100010 |
Color Harmonies of #371C90
Complementary color
Monochromatic Colors of #371C90
Black with #371C90
Text Example
Text Example
White with #371C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371C90; }
p { color: rgb(55,28,144); }
H1.HeaderClassName
{
color: #371C90;
}
.AnyTagClassName
{
color: #371C90;
}
</style>
background-color css
<style>
a { background-color: #371C90; }
a { background-color: rgb(55,28,144); }
div.DivClassName
{
background-color: #371C90;
}
.BgClassName
{
background-color: #371C90;
}
</style>
border-color css
<style>
span { border-color: #371C90; }
span { border-color: rgb(55,28,144); }
td.TdClassName
{
border-color: #371C90;
}
.TagClassName
{
border-color: #371C90;
}
</style>