Shades of Indigo #37019D
Tints of Indigo #37019D
RGB
CMYK
RGB Variations
Color information
#37019D (or 0x37019D) is known color: Indigo. HEX triplet: 37, 01 and 9D. RGB value is (55,1,157). Sum of RGB (Red+Green+Blue) = 55+1+157=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 1 (0.78% from 255 or 0.47% from 213); Blue value is 157 (61.72% from 255 or 73.71% from 213); Max value from RGB is 157 - color contains mainly: blue. Hex color #37019D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37019D is #C8FE62. Grayscale: #222222. Windows color (decimal): -13172323 or 10289463. OLE color: 10289463.
HSL color Cylindrical-coordinate representation of color #37019D: hue angle of 260.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #37019D is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 55 | 1 | 157 | - |
| CMYK | 0.65 | 0.99 | 0 | 0.38 |
| HSL | 260.77º | 0.99% | 0.31% | - |
| HSV(B) | 260.77º | 0.99% | 0.62% | - |
| XYZ | 7.67 | 3.27 | 32.12 | - |
| YUV | 34.93 | 196.89 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 157 | 0.65 | 0.99 | 0 | 0.38 | 260.77 | 0.99 | 0.31 |
| Hex | 37 | 1 | 9D | 41 | 63 | 0 | 26 | 105 | 63 | 1F |
| Octal | 67 | 1 | 235 | 101 | 143 | 0 | 46 | 405 | 143 | 37 |
| Binary | 110111 | 1 | 10011101 | 1000001 | 1100011 | 0 | 100110 | 100000101 | 1100011 | 11111 |
Color Harmonies of #37019D
Complementary color
Monochromatic Colors of #37019D
Black with #37019D
Text Example
Text Example
White with #37019D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37019D; }
p { color: rgb(55,1,157); }
H1.HeaderClassName
{
color: #37019D;
}
.AnyTagClassName
{
color: #37019D;
}
</style>
background-color css
<style>
a { background-color: #37019D; }
a { background-color: rgb(55,1,157); }
div.DivClassName
{
background-color: #37019D;
}
.BgClassName
{
background-color: #37019D;
}
</style>
border-color css
<style>
span { border-color: #37019D; }
span { border-color: rgb(55,1,157); }
td.TdClassName
{
border-color: #37019D;
}
.TagClassName
{
border-color: #37019D;
}
</style>