Shades of Persian Indigo #37168E
Tints of Persian Indigo #37168E
RGB
CMYK
RGB Variations
Color information
#37168E (or 0x37168E) is known color: Persian Indigo. HEX triplet: 37, 16 and 8E. RGB value is (55,22,142). Sum of RGB (Red+Green+Blue) = 55+22+142=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 22 (8.98% from 255 or 10.05% from 219); Blue value is 142 (55.86% from 255 or 64.84% from 219); Max value from RGB is 142 - color contains mainly: blue. Hex color #37168E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37168E is #C8E971. Grayscale: #2D2D2D. Windows color (decimal): -13166962 or 9311799. OLE color: 9311799.
HSL color Cylindrical-coordinate representation of color #37168E: hue angle of 256.5º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37168E is Cyan = 0.61, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 55 | 22 | 142 | - |
| CMYK | 0.61 | 0.85 | 0 | 0.44 |
| HSL | 256.5º | 0.73% | 0.32% | - |
| HSV(B) | 256.5º | 0.85% | 0.56% | - |
| XYZ | 6.74 | 3.34 | 25.88 | - |
| YUV | 45.55 | 182.43 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 22 | 142 | 0.61 | 0.85 | 0 | 0.44 | 256.5 | 0.73 | 0.32 |
| Hex | 37 | 16 | 8E | 3D | 55 | 0 | 2C | 100 | 49 | 20 |
| Octal | 67 | 26 | 216 | 75 | 125 | 0 | 54 | 400 | 111 | 40 |
| Binary | 110111 | 10110 | 10001110 | 111101 | 1010101 | 0 | 101100 | 100000000 | 1001001 | 100000 |
Color Harmonies of #37168E
Complementary color
Monochromatic Colors of #37168E
Black with #37168E
Text Example
Text Example
White with #37168E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37168E; }
p { color: rgb(55,22,142); }
H1.HeaderClassName
{
color: #37168E;
}
.AnyTagClassName
{
color: #37168E;
}
</style>
background-color css
<style>
a { background-color: #37168E; }
a { background-color: rgb(55,22,142); }
div.DivClassName
{
background-color: #37168E;
}
.BgClassName
{
background-color: #37168E;
}
</style>
border-color css
<style>
span { border-color: #37168E; }
span { border-color: rgb(55,22,142); }
td.TdClassName
{
border-color: #37168E;
}
.TagClassName
{
border-color: #37168E;
}
</style>