Shades of Persian Indigo #370B70
Tints of Persian Indigo #370B70
RGB
CMYK
RGB Variations
Color information
#370B70 (or 0x370B70) is known color: Persian Indigo. HEX triplet: 37, 0B and 70. RGB value is (55,11,112). Sum of RGB (Red+Green+Blue) = 55+11+112=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 112 (44.14% from 255 or 62.92% from 178); Max value from RGB is 112 - color contains mainly: blue. Hex color #370B70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370B70 is #C8F48F. Grayscale: #232323. Windows color (decimal): -13169808 or 7342903. OLE color: 7342903.
HSL color Cylindrical-coordinate representation of color #370B70: hue angle of 266.14º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370B70 is Cyan = 0.51, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 11 | 112 | - |
| CMYK | 0.51 | 0.90 | 0 | 0.56 |
| HSL | 266.14º | 0.82% | 0.24% | - |
| HSV(B) | 266.14º | 0.9% | 0.44% | - |
| XYZ | 4.62 | 2.22 | 15.51 | - |
| YUV | 35.67 | 171.08 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 112 | 0.51 | 0.90 | 0 | 0.56 | 266.14 | 0.82 | 0.24 |
| Hex | 37 | B | 70 | 33 | 5A | 0 | 38 | 10A | 52 | 18 |
| Octal | 67 | 13 | 160 | 63 | 132 | 0 | 70 | 412 | 122 | 30 |
| Binary | 110111 | 1011 | 1110000 | 110011 | 1011010 | 0 | 111000 | 100001010 | 1010010 | 11000 |
Color Harmonies of #370B70
Complementary color
Monochromatic Colors of #370B70
Black with #370B70
Text Example
Text Example
White with #370B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B70; }
p { color: rgb(55,11,112); }
H1.HeaderClassName
{
color: #370B70;
}
.AnyTagClassName
{
color: #370B70;
}
</style>
background-color css
<style>
a { background-color: #370B70; }
a { background-color: rgb(55,11,112); }
div.DivClassName
{
background-color: #370B70;
}
.BgClassName
{
background-color: #370B70;
}
</style>
border-color css
<style>
span { border-color: #370B70; }
span { border-color: rgb(55,11,112); }
td.TdClassName
{
border-color: #370B70;
}
.TagClassName
{
border-color: #370B70;
}
</style>