Shades of Persian Indigo #37227F
Tints of Persian Indigo #37227F
RGB
CMYK
RGB Variations
Color information
#37227F (or 0x37227F) is known color: Persian Indigo. HEX triplet: 37, 22 and 7F. RGB value is (55,34,127). Sum of RGB (Red+Green+Blue) = 55+34+127=216 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.46% from 216); Green value is 34 (13.67% from 255 or 15.74% from 216); Blue value is 127 (50% from 255 or 58.80% from 216); Max value from RGB is 127 - color contains mainly: blue. Hex color #37227F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37227F is #C8DD80. Grayscale: #323232. Windows color (decimal): -13163905 or 8331831. OLE color: 8331831.
HSL color Cylindrical-coordinate representation of color #37227F: hue angle of 253.55º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37227F is Cyan = 0.57, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 34 | 127 | - |
| CMYK | 0.57 | 0.73 | 0 | 0.50 |
| HSL | 253.55º | 0.58% | 0.32% | - |
| HSV(B) | 253.55º | 0.73% | 0.5% | - |
| XYZ | 5.98 | 3.49 | 20.44 | - |
| YUV | 50.88 | 170.96 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 34 | 127 | 0.57 | 0.73 | 0 | 0.50 | 253.55 | 0.58 | 0.32 |
| Hex | 37 | 22 | 7F | 39 | 49 | 0 | 32 | FE | 3A | 20 |
| Octal | 67 | 42 | 177 | 71 | 111 | 0 | 62 | 376 | 72 | 40 |
| Binary | 110111 | 100010 | 1111111 | 111001 | 1001001 | 0 | 110010 | 11111110 | 111010 | 100000 |
Color Harmonies of #37227F
Complementary color
Monochromatic Colors of #37227F
Black with #37227F
Text Example
Text Example
White with #37227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37227F; }
p { color: rgb(55,34,127); }
H1.HeaderClassName
{
color: #37227F;
}
.AnyTagClassName
{
color: #37227F;
}
</style>
background-color css
<style>
a { background-color: #37227F; }
a { background-color: rgb(55,34,127); }
div.DivClassName
{
background-color: #37227F;
}
.BgClassName
{
background-color: #37227F;
}
</style>
border-color css
<style>
span { border-color: #37227F; }
span { border-color: rgb(55,34,127); }
td.TdClassName
{
border-color: #37227F;
}
.TagClassName
{
border-color: #37227F;
}
</style>