Shades of Persian Indigo #37168C
Tints of Persian Indigo #37168C
RGB
CMYK
RGB Variations
Color information
#37168C (or 0x37168C) is known color: Persian Indigo. HEX triplet: 37, 16 and 8C. RGB value is (55,22,140). Sum of RGB (Red+Green+Blue) = 55+22+140=217 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.35% from 217); Green value is 22 (8.98% from 255 or 10.14% from 217); Blue value is 140 (55.08% from 255 or 64.52% from 217); Max value from RGB is 140 - color contains mainly: blue. Hex color #37168C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37168C is #C8E973. Grayscale: #2C2C2C. Windows color (decimal): -13166964 or 9180727. OLE color: 9180727.
HSL color Cylindrical-coordinate representation of color #37168C: hue angle of 256.78º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37168C is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 55 | 22 | 140 | - |
| CMYK | 0.61 | 0.84 | 0 | 0.45 |
| HSL | 256.78º | 0.73% | 0.32% | - |
| HSV(B) | 256.78º | 0.84% | 0.55% | - |
| XYZ | 6.6 | 3.28 | 25.1 | - |
| YUV | 45.32 | 181.43 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 140 | 0.61 | 0.84 | 0 | 0.45 | 256.78 | 0.73 | 0.32 |
| Hex | 37 | 16 | 8C | 3D | 54 | 0 | 2D | 101 | 49 | 20 |
| Octal | 67 | 26 | 214 | 75 | 124 | 0 | 55 | 401 | 111 | 40 |
| Binary | 110111 | 10110 | 10001100 | 111101 | 1010100 | 0 | 101101 | 100000001 | 1001001 | 100000 |
Color Harmonies of #37168C
Complementary color
Monochromatic Colors of #37168C
Black with #37168C
Text Example
Text Example
White with #37168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37168C; }
p { color: rgb(55,22,140); }
H1.HeaderClassName
{
color: #37168C;
}
.AnyTagClassName
{
color: #37168C;
}
</style>
background-color css
<style>
a { background-color: #37168C; }
a { background-color: rgb(55,22,140); }
div.DivClassName
{
background-color: #37168C;
}
.BgClassName
{
background-color: #37168C;
}
</style>
border-color css
<style>
span { border-color: #37168C; }
span { border-color: rgb(55,22,140); }
td.TdClassName
{
border-color: #37168C;
}
.TagClassName
{
border-color: #37168C;
}
</style>