Shades of Persian Indigo #370F8E
Tints of Persian Indigo #370F8E
RGB
CMYK
RGB Variations
Color information
#370F8E (or 0x370F8E) is known color: Persian Indigo. HEX triplet: 37, 0F and 8E. RGB value is (55,15,142). Sum of RGB (Red+Green+Blue) = 55+15+142=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 142 (55.86% from 255 or 66.98% from 212); Max value from RGB is 142 - color contains mainly: blue. Hex color #370F8E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370F8E is #C8F071. Grayscale: #282828. Windows color (decimal): -13168754 or 9310007. OLE color: 9310007.
HSL color Cylindrical-coordinate representation of color #370F8E: hue angle of 258.9º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370F8E is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 15 | 142 | - |
| CMYK | 0.61 | 0.89 | 0 | 0.44 |
| HSL | 258.9º | 0.81% | 0.31% | - |
| HSV(B) | 258.9º | 0.89% | 0.56% | - |
| XYZ | 6.63 | 3.11 | 25.84 | - |
| YUV | 41.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 142 | 0.61 | 0.89 | 0 | 0.44 | 258.9 | 0.81 | 0.31 |
| Hex | 37 | F | 8E | 3D | 59 | 0 | 2C | 103 | 51 | 1F |
| Octal | 67 | 17 | 216 | 75 | 131 | 0 | 54 | 403 | 121 | 37 |
| Binary | 110111 | 1111 | 10001110 | 111101 | 1011001 | 0 | 101100 | 100000011 | 1010001 | 11111 |
Color Harmonies of #370F8E
Complementary color
Monochromatic Colors of #370F8E
Black with #370F8E
Text Example
Text Example
White with #370F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F8E; }
p { color: rgb(55,15,142); }
H1.HeaderClassName
{
color: #370F8E;
}
.AnyTagClassName
{
color: #370F8E;
}
</style>
background-color css
<style>
a { background-color: #370F8E; }
a { background-color: rgb(55,15,142); }
div.DivClassName
{
background-color: #370F8E;
}
.BgClassName
{
background-color: #370F8E;
}
</style>
border-color css
<style>
span { border-color: #370F8E; }
span { border-color: rgb(55,15,142); }
td.TdClassName
{
border-color: #370F8E;
}
.TagClassName
{
border-color: #370F8E;
}
</style>