Shades of Persian Indigo #370B85
Tints of Persian Indigo #370B85
RGB
CMYK
RGB Variations
Color information
#370B85 (or 0x370B85) is known color: Persian Indigo. HEX triplet: 37, 0B and 85. RGB value is (55,11,133). Sum of RGB (Red+Green+Blue) = 55+11+133=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 133 (52.34% from 255 or 66.83% from 199); Max value from RGB is 133 - color contains mainly: blue. Hex color #370B85 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370B85 is #C8F47A. Grayscale: #252525. Windows color (decimal): -13169787 or 8719159. OLE color: 8719159.
HSL color Cylindrical-coordinate representation of color #370B85: hue angle of 261.64º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370B85 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 55 | 11 | 133 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.48 |
| HSL | 261.64º | 0.85% | 0.28% | - |
| HSV(B) | 261.64º | 0.92% | 0.52% | - |
| XYZ | 5.93 | 2.75 | 22.41 | - |
| YUV | 38.06 | 181.58 | 140.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 11 | 133 | 0.59 | 0.92 | 0 | 0.48 | 261.64 | 0.85 | 0.28 |
| Hex | 37 | B | 85 | 3B | 5C | 0 | 30 | 106 | 55 | 1C |
| Octal | 67 | 13 | 205 | 73 | 134 | 0 | 60 | 406 | 125 | 34 |
| Binary | 110111 | 1011 | 10000101 | 111011 | 1011100 | 0 | 110000 | 100000110 | 1010101 | 11100 |
Color Harmonies of #370B85
Complementary color
Monochromatic Colors of #370B85
Black with #370B85
Text Example
Text Example
White with #370B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370B85; }
p { color: rgb(55,11,133); }
H1.HeaderClassName
{
color: #370B85;
}
.AnyTagClassName
{
color: #370B85;
}
</style>
background-color css
<style>
a { background-color: #370B85; }
a { background-color: rgb(55,11,133); }
div.DivClassName
{
background-color: #370B85;
}
.BgClassName
{
background-color: #370B85;
}
</style>
border-color css
<style>
span { border-color: #370B85; }
span { border-color: rgb(55,11,133); }
td.TdClassName
{
border-color: #370B85;
}
.TagClassName
{
border-color: #370B85;
}
</style>