Shades of Persian Indigo #370B91
Tints of Persian Indigo #370B91
RGB
CMYK
RGB Variations
Color information
#370B91 (or 0x370B91) is known color: Persian Indigo. HEX triplet: 37, 0B and 91. RGB value is (55,11,145). Sum of RGB (Red+Green+Blue) = 55+11+145=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 11 (4.69% from 255 or 5.21% from 211); Blue value is 145 (57.03% from 255 or 68.72% from 211); Max value from RGB is 145 - color contains mainly: blue. Hex color #370B91 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370B91 is #C8F46E. Grayscale: #262626. Windows color (decimal): -13169775 or 9505591. OLE color: 9505591.
HSL color Cylindrical-coordinate representation of color #370B91: hue angle of 259.7º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370B91 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 55 | 11 | 145 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.43 |
| HSL | 259.7º | 0.86% | 0.31% | - |
| HSV(B) | 259.7º | 0.92% | 0.57% | - |
| XYZ | 6.81 | 3.1 | 27.03 | - |
| YUV | 39.43 | 187.58 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 145 | 0.62 | 0.92 | 0 | 0.43 | 259.7 | 0.86 | 0.31 |
| Hex | 37 | B | 91 | 3E | 5C | 0 | 2B | 104 | 56 | 1F |
| Octal | 67 | 13 | 221 | 76 | 134 | 0 | 53 | 404 | 126 | 37 |
| Binary | 110111 | 1011 | 10010001 | 111110 | 1011100 | 0 | 101011 | 100000100 | 1010110 | 11111 |
Color Harmonies of #370B91
Complementary color
Monochromatic Colors of #370B91
Black with #370B91
Text Example
Text Example
White with #370B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B91; }
p { color: rgb(55,11,145); }
H1.HeaderClassName
{
color: #370B91;
}
.AnyTagClassName
{
color: #370B91;
}
</style>
background-color css
<style>
a { background-color: #370B91; }
a { background-color: rgb(55,11,145); }
div.DivClassName
{
background-color: #370B91;
}
.BgClassName
{
background-color: #370B91;
}
</style>
border-color css
<style>
span { border-color: #370B91; }
span { border-color: rgb(55,11,145); }
td.TdClassName
{
border-color: #370B91;
}
.TagClassName
{
border-color: #370B91;
}
</style>