Shades of Persian Indigo #370BAA
Tints of Persian Indigo #370BAA
RGB
CMYK
RGB Variations
Color information
#370BAA (or 0x370BAA) is known color: Persian Indigo. HEX triplet: 37, 0B and AA. RGB value is (55,11,170). Sum of RGB (Red+Green+Blue) = 55+11+170=236 (31% of max value = 765). Red value is 55 (21.88% from 255 or 23.31% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 170 (66.80% from 255 or 72.03% from 236); Max value from RGB is 170 - color contains mainly: blue. Hex color #370BAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370BAA is #C8F455. Grayscale: #292929. Windows color (decimal): -13169750 or 11143991. OLE color: 11143991.
HSL color Cylindrical-coordinate representation of color #370BAA: hue angle of 256.6º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #370BAA is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 11 | 170 | - |
| CMYK | 0.68 | 0.94 | 0 | 0.33 |
| HSL | 256.6º | 0.88% | 0.35% | - |
| HSV(B) | 256.6º | 0.94% | 0.67% | - |
| XYZ | 8.95 | 3.95 | 38.32 | - |
| YUV | 42.28 | 200.08 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 170 | 0.68 | 0.94 | 0 | 0.33 | 256.6 | 0.88 | 0.35 |
| Hex | 37 | B | AA | 44 | 5E | 0 | 21 | 101 | 58 | 23 |
| Octal | 67 | 13 | 252 | 104 | 136 | 0 | 41 | 401 | 130 | 43 |
| Binary | 110111 | 1011 | 10101010 | 1000100 | 1011110 | 0 | 100001 | 100000001 | 1011000 | 100011 |
Color Harmonies of #370BAA
Complementary color
Monochromatic Colors of #370BAA
Black with #370BAA
Text Example
Text Example
White with #370BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370BAA; }
p { color: rgb(55,11,170); }
H1.HeaderClassName
{
color: #370BAA;
}
.AnyTagClassName
{
color: #370BAA;
}
</style>
background-color css
<style>
a { background-color: #370BAA; }
a { background-color: rgb(55,11,170); }
div.DivClassName
{
background-color: #370BAA;
}
.BgClassName
{
background-color: #370BAA;
}
</style>
border-color css
<style>
span { border-color: #370BAA; }
span { border-color: rgb(55,11,170); }
td.TdClassName
{
border-color: #370BAA;
}
.TagClassName
{
border-color: #370BAA;
}
</style>