Shades of Persian Indigo #370B72
Tints of Persian Indigo #370B72
RGB
CMYK
RGB Variations
Color information
#370B72 (or 0x370B72) is known color: Persian Indigo. HEX triplet: 37, 0B and 72. RGB value is (55,11,114). Sum of RGB (Red+Green+Blue) = 55+11+114=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 11 (4.69% from 255 or 6.11% from 180); Blue value is 114 (44.92% from 255 or 63.33% from 180); Max value from RGB is 114 - color contains mainly: blue. Hex color #370B72 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370B72 is #C8F48D. Grayscale: #232323. Windows color (decimal): -13169806 or 7473975. OLE color: 7473975.
HSL color Cylindrical-coordinate representation of color #370B72: hue angle of 265.63º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370B72 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 55 | 11 | 114 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.55 |
| HSL | 265.63º | 0.82% | 0.25% | - |
| HSV(B) | 265.63º | 0.9% | 0.45% | - |
| XYZ | 4.73 | 2.27 | 16.11 | - |
| YUV | 35.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 114 | 0.52 | 0.90 | 0 | 0.55 | 265.63 | 0.82 | 0.25 |
| Hex | 37 | B | 72 | 34 | 5A | 0 | 37 | 10A | 52 | 19 |
| Octal | 67 | 13 | 162 | 64 | 132 | 0 | 67 | 412 | 122 | 31 |
| Binary | 110111 | 1011 | 1110010 | 110100 | 1011010 | 0 | 110111 | 100001010 | 1010010 | 11001 |
Color Harmonies of #370B72
Complementary color
Monochromatic Colors of #370B72
Black with #370B72
Text Example
Text Example
White with #370B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B72; }
p { color: rgb(55,11,114); }
H1.HeaderClassName
{
color: #370B72;
}
.AnyTagClassName
{
color: #370B72;
}
</style>
background-color css
<style>
a { background-color: #370B72; }
a { background-color: rgb(55,11,114); }
div.DivClassName
{
background-color: #370B72;
}
.BgClassName
{
background-color: #370B72;
}
</style>
border-color css
<style>
span { border-color: #370B72; }
span { border-color: rgb(55,11,114); }
td.TdClassName
{
border-color: #370B72;
}
.TagClassName
{
border-color: #370B72;
}
</style>