Shades of Persian Indigo #370F76
Tints of Persian Indigo #370F76
RGB
CMYK
RGB Variations
Color information
#370F76 (or 0x370F76) is known color: Persian Indigo. HEX triplet: 37, 0F and 76. RGB value is (55,15,118). Sum of RGB (Red+Green+Blue) = 55+15+118=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #370F76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370F76 is #C8F089. Grayscale: #262626. Windows color (decimal): -13168778 or 7737143. OLE color: 7737143.
HSL color Cylindrical-coordinate representation of color #370F76: hue angle of 263.3º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #370F76 is Cyan = 0.53, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 55 | 15 | 118 | - |
| CMYK | 0.53 | 0.87 | 0 | 0.54 |
| HSL | 263.3º | 0.77% | 0.26% | - |
| HSV(B) | 263.3º | 0.87% | 0.46% | - |
| XYZ | 5.02 | 2.46 | 17.35 | - |
| YUV | 38.7 | 172.75 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 15 | 118 | 0.53 | 0.87 | 0 | 0.54 | 263.3 | 0.77 | 0.26 |
| Hex | 37 | F | 76 | 35 | 57 | 0 | 36 | 107 | 4D | 1A |
| Octal | 67 | 17 | 166 | 65 | 127 | 0 | 66 | 407 | 115 | 32 |
| Binary | 110111 | 1111 | 1110110 | 110101 | 1010111 | 0 | 110110 | 100000111 | 1001101 | 11010 |
Color Harmonies of #370F76
Complementary color
Monochromatic Colors of #370F76
Black with #370F76
Text Example
Text Example
White with #370F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370F76; }
p { color: rgb(55,15,118); }
H1.HeaderClassName
{
color: #370F76;
}
.AnyTagClassName
{
color: #370F76;
}
</style>
background-color css
<style>
a { background-color: #370F76; }
a { background-color: rgb(55,15,118); }
div.DivClassName
{
background-color: #370F76;
}
.BgClassName
{
background-color: #370F76;
}
</style>
border-color css
<style>
span { border-color: #370F76; }
span { border-color: rgb(55,15,118); }
td.TdClassName
{
border-color: #370F76;
}
.TagClassName
{
border-color: #370F76;
}
</style>