Shades of Persian Indigo #37237F
Tints of Persian Indigo #37237F
RGB
CMYK
RGB Variations
Color information
#37237F (or 0x37237F) is known color: Persian Indigo. HEX triplet: 37, 23 and 7F. RGB value is (55,35,127). Sum of RGB (Red+Green+Blue) = 55+35+127=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #37237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37237F is #C8DC80. Grayscale: #333333. Windows color (decimal): -13163649 or 8332087. OLE color: 8332087.
HSL color Cylindrical-coordinate representation of color #37237F: hue angle of 253.04º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37237F is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 35 | 127 | - |
| CMYK | 0.57 | 0.72 | 0 | 0.50 |
| HSL | 253.04º | 0.57% | 0.32% | - |
| HSV(B) | 253.04º | 0.72% | 0.5% | - |
| XYZ | 6.01 | 3.55 | 20.45 | - |
| YUV | 51.47 | 170.63 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 35 | 127 | 0.57 | 0.72 | 0 | 0.50 | 253.04 | 0.57 | 0.32 |
| Hex | 37 | 23 | 7F | 39 | 48 | 0 | 32 | FD | 39 | 20 |
| Octal | 67 | 43 | 177 | 71 | 110 | 0 | 62 | 375 | 71 | 40 |
| Binary | 110111 | 100011 | 1111111 | 111001 | 1001000 | 0 | 110010 | 11111101 | 111001 | 100000 |
Color Harmonies of #37237F
Complementary color
Monochromatic Colors of #37237F
Black with #37237F
Text Example
Text Example
White with #37237F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37237F; }
p { color: rgb(55,35,127); }
H1.HeaderClassName
{
color: #37237F;
}
.AnyTagClassName
{
color: #37237F;
}
</style>
background-color css
<style>
a { background-color: #37237F; }
a { background-color: rgb(55,35,127); }
div.DivClassName
{
background-color: #37237F;
}
.BgClassName
{
background-color: #37237F;
}
</style>
border-color css
<style>
span { border-color: #37237F; }
span { border-color: rgb(55,35,127); }
td.TdClassName
{
border-color: #37237F;
}
.TagClassName
{
border-color: #37237F;
}
</style>