Shades of Persian Indigo #371F8C
Tints of Persian Indigo #371F8C
RGB
CMYK
RGB Variations
Color information
#371F8C (or 0x371F8C) is known color: Persian Indigo. HEX triplet: 37, 1F and 8C. RGB value is (55,31,140). Sum of RGB (Red+Green+Blue) = 55+31+140=226 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.34% from 226); Green value is 31 (12.5% from 255 or 13.72% from 226); Blue value is 140 (55.08% from 255 or 61.95% from 226); Max value from RGB is 140 - color contains mainly: blue. Hex color #371F8C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371F8C is #C8E073. Grayscale: #323232. Windows color (decimal): -13164660 or 9183031. OLE color: 9183031.
HSL color Cylindrical-coordinate representation of color #371F8C: hue angle of 253.21º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371F8C is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 31 | 140 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.45 |
| HSL | 253.21º | 0.64% | 0.34% | - |
| HSV(B) | 253.21º | 0.78% | 0.55% | - |
| XYZ | 6.8 | 3.69 | 25.16 | - |
| YUV | 50.6 | 178.45 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 31 | 140 | 0.61 | 0.78 | 0 | 0.45 | 253.21 | 0.64 | 0.34 |
| Hex | 37 | 1F | 8C | 3D | 4E | 0 | 2D | FD | 40 | 22 |
| Octal | 67 | 37 | 214 | 75 | 116 | 0 | 55 | 375 | 100 | 42 |
| Binary | 110111 | 11111 | 10001100 | 111101 | 1001110 | 0 | 101101 | 11111101 | 1000000 | 100010 |
Color Harmonies of #371F8C
Complementary color
Monochromatic Colors of #371F8C
Black with #371F8C
Text Example
Text Example
White with #371F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371F8C; }
p { color: rgb(55,31,140); }
H1.HeaderClassName
{
color: #371F8C;
}
.AnyTagClassName
{
color: #371F8C;
}
</style>
background-color css
<style>
a { background-color: #371F8C; }
a { background-color: rgb(55,31,140); }
div.DivClassName
{
background-color: #371F8C;
}
.BgClassName
{
background-color: #371F8C;
}
</style>
border-color css
<style>
span { border-color: #371F8C; }
span { border-color: rgb(55,31,140); }
td.TdClassName
{
border-color: #371F8C;
}
.TagClassName
{
border-color: #371F8C;
}
</style>