Shades of Indigo #460B76
Tints of Indigo #460B76
RGB
CMYK
RGB Variations
Color information
#460B76 (or 0x460B76) is known color: Indigo. HEX triplet: 46, 0B and 76. RGB value is (70,11,118). Sum of RGB (Red+Green+Blue) = 70+11+118=199 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.18% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 118 (46.48% from 255 or 59.30% from 199); Max value from RGB is 118 - color contains mainly: blue. Hex color #460B76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B76 is #B9F489. Grayscale: #282828. Windows color (decimal): -12186762 or 7736134. OLE color: 7736134.
HSL color Cylindrical-coordinate representation of color #460B76: hue angle of 273.08º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460B76 is Cyan = 0.41, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 11 | 118 | - |
| CMYK | 0.41 | 0.91 | 0 | 0.54 |
| HSL | 273.08º | 0.83% | 0.25% | - |
| HSV(B) | 273.08º | 0.91% | 0.46% | - |
| XYZ | 5.92 | 2.85 | 17.38 | - |
| YUV | 40.84 | 171.55 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 118 | 0.41 | 0.91 | 0 | 0.54 | 273.08 | 0.83 | 0.25 |
| Hex | 46 | B | 76 | 29 | 5B | 0 | 36 | 111 | 53 | 19 |
| Octal | 106 | 13 | 166 | 51 | 133 | 0 | 66 | 421 | 123 | 31 |
| Binary | 1000110 | 1011 | 1110110 | 101001 | 1011011 | 0 | 110110 | 100010001 | 1010011 | 11001 |
Color Harmonies of #460B76
Complementary color
Monochromatic Colors of #460B76
Black with #460B76
Text Example
Text Example
White with #460B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B76; }
p { color: rgb(70,11,118); }
H1.HeaderClassName
{
color: #460B76;
}
.AnyTagClassName
{
color: #460B76;
}
</style>
background-color css
<style>
a { background-color: #460B76; }
a { background-color: rgb(70,11,118); }
div.DivClassName
{
background-color: #460B76;
}
.BgClassName
{
background-color: #460B76;
}
</style>
border-color css
<style>
span { border-color: #460B76; }
span { border-color: rgb(70,11,118); }
td.TdClassName
{
border-color: #460B76;
}
.TagClassName
{
border-color: #460B76;
}
</style>