Shades of Persian Indigo #37158D
Tints of Persian Indigo #37158D
RGB
CMYK
RGB Variations
Color information
#37158D (or 0x37158D) is known color: Persian Indigo. HEX triplet: 37, 15 and 8D. RGB value is (55,21,141). Sum of RGB (Red+Green+Blue) = 55+21+141=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 21 (8.59% from 255 or 9.68% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #37158D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37158D is #C8EA72. Grayscale: #2C2C2C. Windows color (decimal): -13167219 or 9246007. OLE color: 9246007.
HSL color Cylindrical-coordinate representation of color #37158D: hue angle of 257º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37158D is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 21 | 141 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.45 |
| HSL | 257º | 0.74% | 0.32% | - |
| HSV(B) | 257º | 0.85% | 0.55% | - |
| XYZ | 6.65 | 3.27 | 25.48 | - |
| YUV | 44.85 | 182.26 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 141 | 0.61 | 0.85 | 0 | 0.45 | 257 | 0.74 | 0.32 |
| Hex | 37 | 15 | 8D | 3D | 55 | 0 | 2D | 101 | 4A | 20 |
| Octal | 67 | 25 | 215 | 75 | 125 | 0 | 55 | 401 | 112 | 40 |
| Binary | 110111 | 10101 | 10001101 | 111101 | 1010101 | 0 | 101101 | 100000001 | 1001010 | 100000 |
Color Harmonies of #37158D
Complementary color
Monochromatic Colors of #37158D
Black with #37158D
Text Example
Text Example
White with #37158D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37158D; }
p { color: rgb(55,21,141); }
H1.HeaderClassName
{
color: #37158D;
}
.AnyTagClassName
{
color: #37158D;
}
</style>
background-color css
<style>
a { background-color: #37158D; }
a { background-color: rgb(55,21,141); }
div.DivClassName
{
background-color: #37158D;
}
.BgClassName
{
background-color: #37158D;
}
</style>
border-color css
<style>
span { border-color: #37158D; }
span { border-color: rgb(55,21,141); }
td.TdClassName
{
border-color: #37158D;
}
.TagClassName
{
border-color: #37158D;
}
</style>