Shades of Persian Indigo #37159D
Tints of Persian Indigo #37159D
RGB
CMYK
RGB Variations
Color information
#37159D (or 0x37159D) is known color: Persian Indigo. HEX triplet: 37, 15 and 9D. RGB value is (55,21,157). Sum of RGB (Red+Green+Blue) = 55+21+157=233 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.61% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 157 (61.72% from 255 or 67.38% from 233); Max value from RGB is 157 - color contains mainly: blue. Hex color #37159D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37159D is #C8EA62. Grayscale: #2E2E2E. Windows color (decimal): -13167203 or 10294583. OLE color: 10294583.
HSL color Cylindrical-coordinate representation of color #37159D: hue angle of 255º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #37159D is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 21 | 157 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.38 |
| HSL | 255º | 0.76% | 0.35% | - |
| HSV(B) | 255º | 0.87% | 0.62% | - |
| XYZ | 7.93 | 3.78 | 32.21 | - |
| YUV | 46.67 | 190.26 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 157 | 0.65 | 0.87 | 0 | 0.38 | 255 | 0.76 | 0.35 |
| Hex | 37 | 15 | 9D | 41 | 57 | 0 | 26 | FF | 4C | 23 |
| Octal | 67 | 25 | 235 | 101 | 127 | 0 | 46 | 377 | 114 | 43 |
| Binary | 110111 | 10101 | 10011101 | 1000001 | 1010111 | 0 | 100110 | 11111111 | 1001100 | 100011 |
Color Harmonies of #37159D
Complementary color
Monochromatic Colors of #37159D
Black with #37159D
Text Example
Text Example
White with #37159D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37159D; }
p { color: rgb(55,21,157); }
H1.HeaderClassName
{
color: #37159D;
}
.AnyTagClassName
{
color: #37159D;
}
</style>
background-color css
<style>
a { background-color: #37159D; }
a { background-color: rgb(55,21,157); }
div.DivClassName
{
background-color: #37159D;
}
.BgClassName
{
background-color: #37159D;
}
</style>
border-color css
<style>
span { border-color: #37159D; }
span { border-color: rgb(55,21,157); }
td.TdClassName
{
border-color: #37159D;
}
.TagClassName
{
border-color: #37159D;
}
</style>