Shades of Persian Indigo #37116D
Tints of Persian Indigo #37116D
RGB
CMYK
RGB Variations
Color information
#37116D (or 0x37116D) is known color: Persian Indigo. HEX triplet: 37, 11 and 6D. RGB value is (55,17,109). Sum of RGB (Red+Green+Blue) = 55+17+109=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 17 (7.03% from 255 or 9.39% from 181); Blue value is 109 (42.97% from 255 or 60.22% from 181); Max value from RGB is 109 - color contains mainly: blue. Hex color #37116D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37116D is #C8EE92. Grayscale: #262626. Windows color (decimal): -13168275 or 7147831. OLE color: 7147831.
HSL color Cylindrical-coordinate representation of color #37116D: hue angle of 264.78º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37116D is Cyan = 0.50, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 55 | 17 | 109 | - |
| CMYK | 0.50 | 0.84 | 0 | 0.57 |
| HSL | 264.78º | 0.73% | 0.25% | - |
| HSV(B) | 264.78º | 0.84% | 0.43% | - |
| XYZ | 4.54 | 2.32 | 14.68 | - |
| YUV | 38.85 | 167.59 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 17 | 109 | 0.50 | 0.84 | 0 | 0.57 | 264.78 | 0.73 | 0.25 |
| Hex | 37 | 11 | 6D | 32 | 54 | 0 | 39 | 109 | 49 | 19 |
| Octal | 67 | 21 | 155 | 62 | 124 | 0 | 71 | 411 | 111 | 31 |
| Binary | 110111 | 10001 | 1101101 | 110010 | 1010100 | 0 | 111001 | 100001001 | 1001001 | 11001 |
Color Harmonies of #37116D
Complementary color
Monochromatic Colors of #37116D
Black with #37116D
Text Example
Text Example
White with #37116D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37116D; }
p { color: rgb(55,17,109); }
H1.HeaderClassName
{
color: #37116D;
}
.AnyTagClassName
{
color: #37116D;
}
</style>
background-color css
<style>
a { background-color: #37116D; }
a { background-color: rgb(55,17,109); }
div.DivClassName
{
background-color: #37116D;
}
.BgClassName
{
background-color: #37116D;
}
</style>
border-color css
<style>
span { border-color: #37116D; }
span { border-color: rgb(55,17,109); }
td.TdClassName
{
border-color: #37116D;
}
.TagClassName
{
border-color: #37116D;
}
</style>