Shades of Persian Indigo #370F71
Tints of Persian Indigo #370F71
RGB
CMYK
RGB Variations
Color information
#370F71 (or 0x370F71) is known color: Persian Indigo. HEX triplet: 37, 0F and 71. RGB value is (55,15,113). Sum of RGB (Red+Green+Blue) = 55+15+113=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #370F71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F71 is #C8F08E. Grayscale: #252525. Windows color (decimal): -13168783 or 7409463. OLE color: 7409463.
HSL color Cylindrical-coordinate representation of color #370F71: hue angle of 264.49º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #370F71 is Cyan = 0.51, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 15 | 113 | - |
| CMYK | 0.51 | 0.87 | 0 | 0.56 |
| HSL | 264.49º | 0.77% | 0.25% | - |
| HSV(B) | 264.49º | 0.87% | 0.44% | - |
| XYZ | 4.73 | 2.35 | 15.83 | - |
| YUV | 38.13 | 170.25 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 113 | 0.51 | 0.87 | 0 | 0.56 | 264.49 | 0.77 | 0.25 |
| Hex | 37 | F | 71 | 33 | 57 | 0 | 38 | 108 | 4D | 19 |
| Octal | 67 | 17 | 161 | 63 | 127 | 0 | 70 | 410 | 115 | 31 |
| Binary | 110111 | 1111 | 1110001 | 110011 | 1010111 | 0 | 111000 | 100001000 | 1001101 | 11001 |
Color Harmonies of #370F71
Complementary color
Monochromatic Colors of #370F71
Black with #370F71
Text Example
Text Example
White with #370F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F71; }
p { color: rgb(55,15,113); }
H1.HeaderClassName
{
color: #370F71;
}
.AnyTagClassName
{
color: #370F71;
}
</style>
background-color css
<style>
a { background-color: #370F71; }
a { background-color: rgb(55,15,113); }
div.DivClassName
{
background-color: #370F71;
}
.BgClassName
{
background-color: #370F71;
}
</style>
border-color css
<style>
span { border-color: #370F71; }
span { border-color: rgb(55,15,113); }
td.TdClassName
{
border-color: #370F71;
}
.TagClassName
{
border-color: #370F71;
}
</style>