Shades of Persian Indigo #370AA8
Tints of Persian Indigo #370AA8
RGB
CMYK
RGB Variations
Color information
#370AA8 (or 0x370AA8) is known color: Persian Indigo. HEX triplet: 37, 0A and A8. RGB value is (55,10,168). Sum of RGB (Red+Green+Blue) = 55+10+168=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 168 (66.02% from 255 or 72.10% from 233); Max value from RGB is 168 - color contains mainly: blue. Hex color #370AA8 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370AA8 is #C8F557. Grayscale: #282828. Windows color (decimal): -13170008 or 11012663. OLE color: 11012663.
HSL color Cylindrical-coordinate representation of color #370AA8: hue angle of 257.09º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370AA8 is Cyan = 0.67, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 55 | 10 | 168 | - |
| CMYK | 0.67 | 0.94 | 0 | 0.34 |
| HSL | 257.09º | 0.89% | 0.35% | - |
| HSV(B) | 257.09º | 0.94% | 0.66% | - |
| XYZ | 8.75 | 3.86 | 37.33 | - |
| YUV | 41.47 | 199.41 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 10 | 168 | 0.67 | 0.94 | 0 | 0.34 | 257.09 | 0.89 | 0.35 |
| Hex | 37 | A | A8 | 43 | 5E | 0 | 22 | 101 | 59 | 23 |
| Octal | 67 | 12 | 250 | 103 | 136 | 0 | 42 | 401 | 131 | 43 |
| Binary | 110111 | 1010 | 10101000 | 1000011 | 1011110 | 0 | 100010 | 100000001 | 1011001 | 100011 |
Color Harmonies of #370AA8
Complementary color
Monochromatic Colors of #370AA8
Black with #370AA8
Text Example
Text Example
White with #370AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370AA8; }
p { color: rgb(55,10,168); }
H1.HeaderClassName
{
color: #370AA8;
}
.AnyTagClassName
{
color: #370AA8;
}
</style>
background-color css
<style>
a { background-color: #370AA8; }
a { background-color: rgb(55,10,168); }
div.DivClassName
{
background-color: #370AA8;
}
.BgClassName
{
background-color: #370AA8;
}
</style>
border-color css
<style>
span { border-color: #370AA8; }
span { border-color: rgb(55,10,168); }
td.TdClassName
{
border-color: #370AA8;
}
.TagClassName
{
border-color: #370AA8;
}
</style>