Shades of Persian Indigo #370D73
Tints of Persian Indigo #370D73
RGB
CMYK
RGB Variations
Color information
#370D73 (or 0x370D73) is known color: Persian Indigo. HEX triplet: 37, 0D and 73. RGB value is (55,13,115). Sum of RGB (Red+Green+Blue) = 55+13+115=183 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.05% from 183); Green value is 13 (5.47% from 255 or 7.10% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #370D73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D73 is #C8F28C. Grayscale: #242424. Windows color (decimal): -13169293 or 7540023. OLE color: 7540023.
HSL color Cylindrical-coordinate representation of color #370D73: hue angle of 264.71º 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 #370D73 is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 13 | 115 | - |
| CMYK | 0.52 | 0.89 | 0 | 0.55 |
| HSL | 264.71º | 0.8% | 0.25% | - |
| HSV(B) | 264.71º | 0.89% | 0.45% | - |
| XYZ | 4.81 | 2.34 | 16.42 | - |
| YUV | 37.19 | 171.91 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 13 | 115 | 0.52 | 0.89 | 0 | 0.55 | 264.71 | 0.8 | 0.25 |
| Hex | 37 | D | 73 | 34 | 59 | 0 | 37 | 109 | 50 | 19 |
| Octal | 67 | 15 | 163 | 64 | 131 | 0 | 67 | 411 | 120 | 31 |
| Binary | 110111 | 1101 | 1110011 | 110100 | 1011001 | 0 | 110111 | 100001001 | 1010000 | 11001 |
Color Harmonies of #370D73
Complementary color
Monochromatic Colors of #370D73
Black with #370D73
Text Example
Text Example
White with #370D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370D73; }
p { color: rgb(55,13,115); }
H1.HeaderClassName
{
color: #370D73;
}
.AnyTagClassName
{
color: #370D73;
}
</style>
background-color css
<style>
a { background-color: #370D73; }
a { background-color: rgb(55,13,115); }
div.DivClassName
{
background-color: #370D73;
}
.BgClassName
{
background-color: #370D73;
}
</style>
border-color css
<style>
span { border-color: #370D73; }
span { border-color: rgb(55,13,115); }
td.TdClassName
{
border-color: #370D73;
}
.TagClassName
{
border-color: #370D73;
}
</style>