Shades of Persian Indigo #37156F
Tints of Persian Indigo #37156F
RGB
CMYK
RGB Variations
Color information
#37156F (or 0x37156F) is known color: Persian Indigo. HEX triplet: 37, 15 and 6F. RGB value is (55,21,111). Sum of RGB (Red+Green+Blue) = 55+21+111=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 21 (8.59% from 255 or 11.23% from 187); Blue value is 111 (43.75% from 255 or 59.36% from 187); Max value from RGB is 111 - color contains mainly: blue. Hex color #37156F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37156F is #C8EA90. Grayscale: #292929. Windows color (decimal): -13167249 or 7279927. OLE color: 7279927.
HSL color Cylindrical-coordinate representation of color #37156F: hue angle of 262.67º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #37156F is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 21 | 111 | - |
| CMYK | 0.50 | 0.81 | 0 | 0.56 |
| HSL | 262.67º | 0.68% | 0.26% | - |
| HSV(B) | 262.67º | 0.81% | 0.44% | - |
| XYZ | 4.71 | 2.5 | 15.27 | - |
| YUV | 41.43 | 167.26 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 21 | 111 | 0.50 | 0.81 | 0 | 0.56 | 262.67 | 0.68 | 0.26 |
| Hex | 37 | 15 | 6F | 32 | 51 | 0 | 38 | 107 | 44 | 1A |
| Octal | 67 | 25 | 157 | 62 | 121 | 0 | 70 | 407 | 104 | 32 |
| Binary | 110111 | 10101 | 1101111 | 110010 | 1010001 | 0 | 111000 | 100000111 | 1000100 | 11010 |
Color Harmonies of #37156F
Complementary color
Monochromatic Colors of #37156F
Black with #37156F
Text Example
Text Example
White with #37156F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37156F; }
p { color: rgb(55,21,111); }
H1.HeaderClassName
{
color: #37156F;
}
.AnyTagClassName
{
color: #37156F;
}
</style>
background-color css
<style>
a { background-color: #37156F; }
a { background-color: rgb(55,21,111); }
div.DivClassName
{
background-color: #37156F;
}
.BgClassName
{
background-color: #37156F;
}
</style>
border-color css
<style>
span { border-color: #37156F; }
span { border-color: rgb(55,21,111); }
td.TdClassName
{
border-color: #37156F;
}
.TagClassName
{
border-color: #37156F;
}
</style>