Shades of Persian Indigo #370B6B
Tints of Persian Indigo #370B6B
RGB
CMYK
RGB Variations
Color information
#370B6B (or 0x370B6B) is known color: Persian Indigo. HEX triplet: 37, 0B and 6B. RGB value is (55,11,107). Sum of RGB (Red+Green+Blue) = 55+11+107=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 107 (42.19% from 255 or 61.85% from 173); Max value from RGB is 107 - color contains mainly: blue. Hex color #370B6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370B6B is #C8F494. Grayscale: #222222. Windows color (decimal): -13169813 or 7015223. OLE color: 7015223.
HSL color Cylindrical-coordinate representation of color #370B6B: hue angle of 267.5º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #370B6B is Cyan = 0.49, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 55 | 11 | 107 | - |
| CMYK | 0.49 | 0.90 | 0 | 0.58 |
| HSL | 267.5º | 0.81% | 0.23% | - |
| HSV(B) | 267.5º | 0.9% | 0.42% | - |
| XYZ | 4.35 | 2.11 | 14.09 | - |
| YUV | 35.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 107 | 0.49 | 0.90 | 0 | 0.58 | 267.5 | 0.81 | 0.23 |
| Hex | 37 | B | 6B | 31 | 5A | 0 | 3A | 10C | 51 | 17 |
| Octal | 67 | 13 | 153 | 61 | 132 | 0 | 72 | 414 | 121 | 27 |
| Binary | 110111 | 1011 | 1101011 | 110001 | 1011010 | 0 | 111010 | 100001100 | 1010001 | 10111 |
Color Harmonies of #370B6B
Complementary color
Monochromatic Colors of #370B6B
Black with #370B6B
Text Example
Text Example
White with #370B6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B6B; }
p { color: rgb(55,11,107); }
H1.HeaderClassName
{
color: #370B6B;
}
.AnyTagClassName
{
color: #370B6B;
}
</style>
background-color css
<style>
a { background-color: #370B6B; }
a { background-color: rgb(55,11,107); }
div.DivClassName
{
background-color: #370B6B;
}
.BgClassName
{
background-color: #370B6B;
}
</style>
border-color css
<style>
span { border-color: #370B6B; }
span { border-color: rgb(55,11,107); }
td.TdClassName
{
border-color: #370B6B;
}
.TagClassName
{
border-color: #370B6B;
}
</style>