Shades of Persian Indigo #370A70
Tints of Persian Indigo #370A70
RGB
CMYK
RGB Variations
Color information
#370A70 (or 0x370A70) is known color: Persian Indigo. HEX triplet: 37, 0A and 70. RGB value is (55,10,112). Sum of RGB (Red+Green+Blue) = 55+10+112=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #370A70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370A70 is #C8F58F. Grayscale: #222222. Windows color (decimal): -13170064 or 7342647. OLE color: 7342647.
HSL color Cylindrical-coordinate representation of color #370A70: hue angle of 266.47º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370A70 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 10 | 112 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.56 |
| HSL | 266.47º | 0.84% | 0.24% | - |
| HSV(B) | 266.47º | 0.91% | 0.44% | - |
| XYZ | 4.61 | 2.2 | 15.51 | - |
| YUV | 35.08 | 171.41 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 112 | 0.51 | 0.91 | 0 | 0.56 | 266.47 | 0.84 | 0.24 |
| Hex | 37 | A | 70 | 33 | 5B | 0 | 38 | 10A | 54 | 18 |
| Octal | 67 | 12 | 160 | 63 | 133 | 0 | 70 | 412 | 124 | 30 |
| Binary | 110111 | 1010 | 1110000 | 110011 | 1011011 | 0 | 111000 | 100001010 | 1010100 | 11000 |
Color Harmonies of #370A70
Complementary color
Monochromatic Colors of #370A70
Black with #370A70
Text Example
Text Example
White with #370A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370A70; }
p { color: rgb(55,10,112); }
H1.HeaderClassName
{
color: #370A70;
}
.AnyTagClassName
{
color: #370A70;
}
</style>
background-color css
<style>
a { background-color: #370A70; }
a { background-color: rgb(55,10,112); }
div.DivClassName
{
background-color: #370A70;
}
.BgClassName
{
background-color: #370A70;
}
</style>
border-color css
<style>
span { border-color: #370A70; }
span { border-color: rgb(55,10,112); }
td.TdClassName
{
border-color: #370A70;
}
.TagClassName
{
border-color: #370A70;
}
</style>