Shades of Persian Indigo #37158B
Tints of Persian Indigo #37158B
RGB
CMYK
RGB Variations
Color information
#37158B (or 0x37158B) is known color: Persian Indigo. HEX triplet: 37, 15 and 8B. RGB value is (55,21,139). Sum of RGB (Red+Green+Blue) = 55+21+139=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 21 (8.59% from 255 or 9.77% from 215); Blue value is 139 (54.69% from 255 or 64.65% from 215); Max value from RGB is 139 - color contains mainly: blue. Hex color #37158B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37158B is #C8EA74. Grayscale: #2C2C2C. Windows color (decimal): -13167221 or 9114935. OLE color: 9114935.
HSL color Cylindrical-coordinate representation of color #37158B: hue angle of 257.29º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37158B is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 21 | 139 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.45 |
| HSL | 257.29º | 0.74% | 0.31% | - |
| HSV(B) | 257.29º | 0.85% | 0.55% | - |
| XYZ | 6.5 | 3.21 | 24.7 | - |
| YUV | 44.62 | 181.26 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 139 | 0.60 | 0.85 | 0 | 0.45 | 257.29 | 0.74 | 0.31 |
| Hex | 37 | 15 | 8B | 3C | 55 | 0 | 2D | 101 | 4A | 1F |
| Octal | 67 | 25 | 213 | 74 | 125 | 0 | 55 | 401 | 112 | 37 |
| Binary | 110111 | 10101 | 10001011 | 111100 | 1010101 | 0 | 101101 | 100000001 | 1001010 | 11111 |
Color Harmonies of #37158B
Complementary color
Monochromatic Colors of #37158B
Black with #37158B
Text Example
Text Example
White with #37158B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37158B; }
p { color: rgb(55,21,139); }
H1.HeaderClassName
{
color: #37158B;
}
.AnyTagClassName
{
color: #37158B;
}
</style>
background-color css
<style>
a { background-color: #37158B; }
a { background-color: rgb(55,21,139); }
div.DivClassName
{
background-color: #37158B;
}
.BgClassName
{
background-color: #37158B;
}
</style>
border-color css
<style>
span { border-color: #37158B; }
span { border-color: rgb(55,21,139); }
td.TdClassName
{
border-color: #37158B;
}
.TagClassName
{
border-color: #37158B;
}
</style>