Shades of Indigo #370097
Tints of Indigo #370097
RGB
CMYK
RGB Variations
Color information
#370097 (or 0x370097) is known color: Indigo. HEX triplet: 37, 00 and 97. RGB value is (55,0,151). Sum of RGB (Red+Green+Blue) = 55+0+151=206 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.70% from 206); Green value is 0 (0.39% from 255 or 0% from 206); Blue value is 151 (59.38% from 255 or 73.30% from 206); Max value from RGB is 151 - color contains mainly: blue. Hex color #370097 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370097 is #C8FF68. Grayscale: #212121. Windows color (decimal): -13172585 or 9895991. OLE color: 9895991.
HSL color Cylindrical-coordinate representation of color #370097: hue angle of 261.85º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370097 is Cyan = 0.64, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 55 | 0 | 151 | - |
| CMYK | 0.64 | 1 | 0 | 0.41 |
| HSL | 261.85º | 1% | 0.3% | - |
| HSV(B) | 261.85º | 1% | 0.59% | - |
| XYZ | 7.16 | 3.05 | 29.49 | - |
| YUV | 33.66 | 194.22 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 151 | 0.64 | 1 | 0 | 0.41 | 261.85 | 1 | 0.3 |
| Hex | 37 | 0 | 97 | 40 | 64 | 0 | 29 | 106 | 64 | 1E |
| Octal | 67 | 0 | 227 | 100 | 144 | 0 | 51 | 406 | 144 | 36 |
| Binary | 110111 | 0 | 10010111 | 1000000 | 1100100 | 0 | 101001 | 100000110 | 1100100 | 11110 |
Color Harmonies of #370097
Complementary color
Monochromatic Colors of #370097
Black with #370097
Text Example
Text Example
White with #370097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370097; }
p { color: rgb(55,0,151); }
H1.HeaderClassName
{
color: #370097;
}
.AnyTagClassName
{
color: #370097;
}
</style>
background-color css
<style>
a { background-color: #370097; }
a { background-color: rgb(55,0,151); }
div.DivClassName
{
background-color: #370097;
}
.BgClassName
{
background-color: #370097;
}
</style>
border-color css
<style>
span { border-color: #370097; }
span { border-color: rgb(55,0,151); }
td.TdClassName
{
border-color: #370097;
}
.TagClassName
{
border-color: #370097;
}
</style>