Shades of Persian Indigo #370B86
Tints of Persian Indigo #370B86
RGB
CMYK
RGB Variations
Color information
#370B86 (or 0x370B86) is known color: Persian Indigo. HEX triplet: 37, 0B and 86. RGB value is (55,11,134). Sum of RGB (Red+Green+Blue) = 55+11+134=200 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 134 (52.73% from 255 or 67% from 200); Max value from RGB is 134 - color contains mainly: blue. Hex color #370B86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370B86 is #C8F479. Grayscale: #252525. Windows color (decimal): -13169786 or 8784695. OLE color: 8784695.
HSL color Cylindrical-coordinate representation of color #370B86: hue angle of 261.46º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370B86 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 55 | 11 | 134 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.47 |
| HSL | 261.46º | 0.85% | 0.28% | - |
| HSV(B) | 261.46º | 0.92% | 0.53% | - |
| XYZ | 6 | 2.77 | 22.77 | - |
| YUV | 38.18 | 182.08 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 134 | 0.59 | 0.92 | 0 | 0.47 | 261.46 | 0.85 | 0.28 |
| Hex | 37 | B | 86 | 3B | 5C | 0 | 2F | 105 | 55 | 1C |
| Octal | 67 | 13 | 206 | 73 | 134 | 0 | 57 | 405 | 125 | 34 |
| Binary | 110111 | 1011 | 10000110 | 111011 | 1011100 | 0 | 101111 | 100000101 | 1010101 | 11100 |
Color Harmonies of #370B86
Complementary color
Monochromatic Colors of #370B86
Black with #370B86
Text Example
Text Example
White with #370B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B86; }
p { color: rgb(55,11,134); }
H1.HeaderClassName
{
color: #370B86;
}
.AnyTagClassName
{
color: #370B86;
}
</style>
background-color css
<style>
a { background-color: #370B86; }
a { background-color: rgb(55,11,134); }
div.DivClassName
{
background-color: #370B86;
}
.BgClassName
{
background-color: #370B86;
}
</style>
border-color css
<style>
span { border-color: #370B86; }
span { border-color: rgb(55,11,134); }
td.TdClassName
{
border-color: #370B86;
}
.TagClassName
{
border-color: #370B86;
}
</style>