Shades of Persian Indigo #370D72
Tints of Persian Indigo #370D72
RGB
CMYK
RGB Variations
Color information
#370D72 (or 0x370D72) is known color: Persian Indigo. HEX triplet: 37, 0D and 72. RGB value is (55,13,114). Sum of RGB (Red+Green+Blue) = 55+13+114=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 13 (5.47% from 255 or 7.14% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #370D72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D72 is #C8F28D. Grayscale: #242424. Windows color (decimal): -13169294 or 7474487. OLE color: 7474487.
HSL color Cylindrical-coordinate representation of color #370D72: hue angle of 264.95º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370D72 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 13 | 114 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.55 |
| HSL | 264.95º | 0.8% | 0.25% | - |
| HSV(B) | 264.95º | 0.89% | 0.45% | - |
| XYZ | 4.76 | 2.31 | 16.12 | - |
| YUV | 37.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 114 | 0.52 | 0.89 | 0 | 0.55 | 264.95 | 0.8 | 0.25 |
| Hex | 37 | D | 72 | 34 | 59 | 0 | 37 | 109 | 50 | 19 |
| Octal | 67 | 15 | 162 | 64 | 131 | 0 | 67 | 411 | 120 | 31 |
| Binary | 110111 | 1101 | 1110010 | 110100 | 1011001 | 0 | 110111 | 100001001 | 1010000 | 11001 |
Color Harmonies of #370D72
Complementary color
Monochromatic Colors of #370D72
Black with #370D72
Text Example
Text Example
White with #370D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D72; }
p { color: rgb(55,13,114); }
H1.HeaderClassName
{
color: #370D72;
}
.AnyTagClassName
{
color: #370D72;
}
</style>
background-color css
<style>
a { background-color: #370D72; }
a { background-color: rgb(55,13,114); }
div.DivClassName
{
background-color: #370D72;
}
.BgClassName
{
background-color: #370D72;
}
</style>
border-color css
<style>
span { border-color: #370D72; }
span { border-color: rgb(55,13,114); }
td.TdClassName
{
border-color: #370D72;
}
.TagClassName
{
border-color: #370D72;
}
</style>