Shades of Persian Indigo #371F90
Tints of Persian Indigo #371F90
RGB
CMYK
RGB Variations
Color information
#371F90 (or 0x371F90) is known color: Persian Indigo. HEX triplet: 37, 1F and 90. RGB value is (55,31,144). Sum of RGB (Red+Green+Blue) = 55+31+144=230 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.91% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #371F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371F90 is #C8E06F. Grayscale: #323232. Windows color (decimal): -13164656 or 9445175. OLE color: 9445175.
HSL color Cylindrical-coordinate representation of color #371F90: hue angle of 252.74º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371F90 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 31 | 144 | - |
| CMYK | 0.62 | 0.78 | 0 | 0.44 |
| HSL | 252.74º | 0.65% | 0.34% | - |
| HSV(B) | 252.74º | 0.78% | 0.56% | - |
| XYZ | 7.1 | 3.81 | 26.75 | - |
| YUV | 51.06 | 180.45 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 144 | 0.62 | 0.78 | 0 | 0.44 | 252.74 | 0.65 | 0.34 |
| Hex | 37 | 1F | 90 | 3E | 4E | 0 | 2C | FD | 41 | 22 |
| Octal | 67 | 37 | 220 | 76 | 116 | 0 | 54 | 375 | 101 | 42 |
| Binary | 110111 | 11111 | 10010000 | 111110 | 1001110 | 0 | 101100 | 11111101 | 1000001 | 100010 |
Color Harmonies of #371F90
Complementary color
Monochromatic Colors of #371F90
Black with #371F90
Text Example
Text Example
White with #371F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F90; }
p { color: rgb(55,31,144); }
H1.HeaderClassName
{
color: #371F90;
}
.AnyTagClassName
{
color: #371F90;
}
</style>
background-color css
<style>
a { background-color: #371F90; }
a { background-color: rgb(55,31,144); }
div.DivClassName
{
background-color: #371F90;
}
.BgClassName
{
background-color: #371F90;
}
</style>
border-color css
<style>
span { border-color: #371F90; }
span { border-color: rgb(55,31,144); }
td.TdClassName
{
border-color: #371F90;
}
.TagClassName
{
border-color: #371F90;
}
</style>