Shades of Persian Indigo #37217C
Tints of Persian Indigo #37217C
RGB
CMYK
RGB Variations
Color information
#37217C (or 0x37217C) is known color: Persian Indigo. HEX triplet: 37, 21 and 7C. RGB value is (55,33,124). Sum of RGB (Red+Green+Blue) = 55+33+124=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #37217C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37217C is #C8DE83. Grayscale: #313131. Windows color (decimal): -13164164 or 8134967. OLE color: 8134967.
HSL color Cylindrical-coordinate representation of color #37217C: hue angle of 254.51º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37217C is Cyan = 0.56, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 55 | 33 | 124 | - |
| CMYK | 0.56 | 0.73 | 0 | 0.51 |
| HSL | 254.51º | 0.58% | 0.31% | - |
| HSV(B) | 254.51º | 0.73% | 0.49% | - |
| XYZ | 5.76 | 3.36 | 19.41 | - |
| YUV | 49.95 | 169.79 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 33 | 124 | 0.56 | 0.73 | 0 | 0.51 | 254.51 | 0.58 | 0.31 |
| Hex | 37 | 21 | 7C | 38 | 49 | 0 | 33 | FF | 3A | 1F |
| Octal | 67 | 41 | 174 | 70 | 111 | 0 | 63 | 377 | 72 | 37 |
| Binary | 110111 | 100001 | 1111100 | 111000 | 1001001 | 0 | 110011 | 11111111 | 111010 | 11111 |
Color Harmonies of #37217C
Complementary color
Monochromatic Colors of #37217C
Black with #37217C
Text Example
Text Example
White with #37217C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37217C; }
p { color: rgb(55,33,124); }
H1.HeaderClassName
{
color: #37217C;
}
.AnyTagClassName
{
color: #37217C;
}
</style>
background-color css
<style>
a { background-color: #37217C; }
a { background-color: rgb(55,33,124); }
div.DivClassName
{
background-color: #37217C;
}
.BgClassName
{
background-color: #37217C;
}
</style>
border-color css
<style>
span { border-color: #37217C; }
span { border-color: rgb(55,33,124); }
td.TdClassName
{
border-color: #37217C;
}
.TagClassName
{
border-color: #37217C;
}
</style>