Shades of Persian Indigo #370B9A
Tints of Persian Indigo #370B9A
RGB
CMYK
RGB Variations
Color information
#370B9A (or 0x370B9A) is known color: Persian Indigo. HEX triplet: 37, 0B and 9A. RGB value is (55,11,154). Sum of RGB (Red+Green+Blue) = 55+11+154=220 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 154 (60.55% from 255 or 70% from 220); Max value from RGB is 154 - color contains mainly: blue. Hex color #370B9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370B9A is #C8F465. Grayscale: #272727. Windows color (decimal): -13169766 or 10095415. OLE color: 10095415.
HSL color Cylindrical-coordinate representation of color #370B9A: hue angle of 258.46º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370B9A is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 11 | 154 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.40 |
| HSL | 258.46º | 0.87% | 0.32% | - |
| HSV(B) | 258.46º | 0.93% | 0.6% | - |
| XYZ | 7.53 | 3.38 | 30.83 | - |
| YUV | 40.46 | 192.08 | 138.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 154 | 0.64 | 0.93 | 0 | 0.40 | 258.46 | 0.87 | 0.32 |
| Hex | 37 | B | 9A | 40 | 5D | 0 | 28 | 102 | 57 | 20 |
| Octal | 67 | 13 | 232 | 100 | 135 | 0 | 50 | 402 | 127 | 40 |
| Binary | 110111 | 1011 | 10011010 | 1000000 | 1011101 | 0 | 101000 | 100000010 | 1010111 | 100000 |
Color Harmonies of #370B9A
Complementary color
Monochromatic Colors of #370B9A
Black with #370B9A
Text Example
Text Example
White with #370B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B9A; }
p { color: rgb(55,11,154); }
H1.HeaderClassName
{
color: #370B9A;
}
.AnyTagClassName
{
color: #370B9A;
}
</style>
background-color css
<style>
a { background-color: #370B9A; }
a { background-color: rgb(55,11,154); }
div.DivClassName
{
background-color: #370B9A;
}
.BgClassName
{
background-color: #370B9A;
}
</style>
border-color css
<style>
span { border-color: #370B9A; }
span { border-color: rgb(55,11,154); }
td.TdClassName
{
border-color: #370B9A;
}
.TagClassName
{
border-color: #370B9A;
}
</style>