Shades of Indigo #37009B
Tints of Indigo #37009B
RGB
CMYK
RGB Variations
Color information
#37009B (or 0x37009B) is known color: Indigo. HEX triplet: 37, 00 and 9B. RGB value is (55,0,155). Sum of RGB (Red+Green+Blue) = 55+0+155=210 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.19% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 155 (60.94% from 255 or 73.81% from 210); Max value from RGB is 155 - color contains mainly: blue. Hex color #37009B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37009B is #C8FF64. Grayscale: #212121. Windows color (decimal): -13172581 or 10158135. OLE color: 10158135.
HSL color Cylindrical-coordinate representation of color #37009B: hue angle of 261.29º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #37009B is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 55 | 0 | 155 | - |
| CMYK | 0.65 | 1 | 0 | 0.39 |
| HSL | 261.29º | 1% | 0.3% | - |
| HSV(B) | 261.29º | 1% | 0.61% | - |
| XYZ | 7.49 | 3.18 | 31.23 | - |
| YUV | 34.12 | 196.22 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 0 | 155 | 0.65 | 1 | 0 | 0.39 | 261.29 | 1 | 0.3 |
| Hex | 37 | 0 | 9B | 41 | 64 | 0 | 27 | 105 | 64 | 1E |
| Octal | 67 | 0 | 233 | 101 | 144 | 0 | 47 | 405 | 144 | 36 |
| Binary | 110111 | 0 | 10011011 | 1000001 | 1100100 | 0 | 100111 | 100000101 | 1100100 | 11110 |
Color Harmonies of #37009B
Complementary color
Monochromatic Colors of #37009B
Black with #37009B
Text Example
Text Example
White with #37009B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37009B; }
p { color: rgb(55,0,155); }
H1.HeaderClassName
{
color: #37009B;
}
.AnyTagClassName
{
color: #37009B;
}
</style>
background-color css
<style>
a { background-color: #37009B; }
a { background-color: rgb(55,0,155); }
div.DivClassName
{
background-color: #37009B;
}
.BgClassName
{
background-color: #37009B;
}
</style>
border-color css
<style>
span { border-color: #37009B; }
span { border-color: rgb(55,0,155); }
td.TdClassName
{
border-color: #37009B;
}
.TagClassName
{
border-color: #37009B;
}
</style>