Shades of Persian Indigo #37137F
Tints of Persian Indigo #37137F
RGB
CMYK
RGB Variations
Color information
#37137F (or 0x37137F) is known color: Persian Indigo. HEX triplet: 37, 13 and 7F. RGB value is (55,19,127). Sum of RGB (Red+Green+Blue) = 55+19+127=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 19 (7.81% from 255 or 9.45% from 201); Blue value is 127 (50% from 255 or 63.18% from 201); Max value from RGB is 127 - color contains mainly: blue. Hex color #37137F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37137F is #C8EC80. Grayscale: #292929. Windows color (decimal): -13167745 or 8327991. OLE color: 8327991.
HSL color Cylindrical-coordinate representation of color #37137F: hue angle of 260º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37137F is Cyan = 0.57, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 19 | 127 | - |
| CMYK | 0.57 | 0.85 | 0 | 0.50 |
| HSL | 260º | 0.74% | 0.29% | - |
| HSV(B) | 260º | 0.85% | 0.5% | - |
| XYZ | 5.64 | 2.81 | 20.32 | - |
| YUV | 42.08 | 175.93 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 19 | 127 | 0.57 | 0.85 | 0 | 0.50 | 260 | 0.74 | 0.29 |
| Hex | 37 | 13 | 7F | 39 | 55 | 0 | 32 | 104 | 4A | 1D |
| Octal | 67 | 23 | 177 | 71 | 125 | 0 | 62 | 404 | 112 | 35 |
| Binary | 110111 | 10011 | 1111111 | 111001 | 1010101 | 0 | 110010 | 100000100 | 1001010 | 11101 |
Color Harmonies of #37137F
Complementary color
Monochromatic Colors of #37137F
Black with #37137F
Text Example
Text Example
White with #37137F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37137F; }
p { color: rgb(55,19,127); }
H1.HeaderClassName
{
color: #37137F;
}
.AnyTagClassName
{
color: #37137F;
}
</style>
background-color css
<style>
a { background-color: #37137F; }
a { background-color: rgb(55,19,127); }
div.DivClassName
{
background-color: #37137F;
}
.BgClassName
{
background-color: #37137F;
}
</style>
border-color css
<style>
span { border-color: #37137F; }
span { border-color: rgb(55,19,127); }
td.TdClassName
{
border-color: #37137F;
}
.TagClassName
{
border-color: #37137F;
}
</style>