Shades of Indigo #370198
Tints of Indigo #370198
RGB
CMYK
RGB Variations
Color information
#370198 (or 0x370198) is known color: Indigo. HEX triplet: 37, 01 and 98. RGB value is (55,1,152). Sum of RGB (Red+Green+Blue) = 55+1+152=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 152 (59.77% from 255 or 73.08% from 208); Max value from RGB is 152 - color contains mainly: blue. Hex color #370198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370198 is #C8FE67. Grayscale: #212121. Windows color (decimal): -13172328 or 9961783. OLE color: 9961783.
HSL color Cylindrical-coordinate representation of color #370198: hue angle of 261.46º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #370198 is Cyan = 0.64, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 55 | 1 | 152 | - |
| CMYK | 0.64 | 0.99 | 0 | 0.40 |
| HSL | 261.46º | 0.99% | 0.3% | - |
| HSV(B) | 261.46º | 0.99% | 0.6% | - |
| XYZ | 7.25 | 3.1 | 29.92 | - |
| YUV | 34.36 | 194.39 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 1 | 152 | 0.64 | 0.99 | 0 | 0.40 | 261.46 | 0.99 | 0.3 |
| Hex | 37 | 1 | 98 | 40 | 63 | 0 | 28 | 105 | 63 | 1E |
| Octal | 67 | 1 | 230 | 100 | 143 | 0 | 50 | 405 | 143 | 36 |
| Binary | 110111 | 1 | 10011000 | 1000000 | 1100011 | 0 | 101000 | 100000101 | 1100011 | 11110 |
Color Harmonies of #370198
Complementary color
Monochromatic Colors of #370198
Black with #370198
Text Example
Text Example
White with #370198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370198; }
p { color: rgb(55,1,152); }
H1.HeaderClassName
{
color: #370198;
}
.AnyTagClassName
{
color: #370198;
}
</style>
background-color css
<style>
a { background-color: #370198; }
a { background-color: rgb(55,1,152); }
div.DivClassName
{
background-color: #370198;
}
.BgClassName
{
background-color: #370198;
}
</style>
border-color css
<style>
span { border-color: #370198; }
span { border-color: rgb(55,1,152); }
td.TdClassName
{
border-color: #370198;
}
.TagClassName
{
border-color: #370198;
}
</style>