Shades of Indigo #460B8A
Tints of Indigo #460B8A
RGB
CMYK
RGB Variations
Color information
#460B8A (or 0x460B8A) is known color: Indigo. HEX triplet: 46, 0B and 8A. RGB value is (70,11,138). Sum of RGB (Red+Green+Blue) = 70+11+138=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 11 (4.69% from 255 or 5.02% from 219); Blue value is 138 (54.30% from 255 or 63.01% from 219); Max value from RGB is 138 - color contains mainly: blue. Hex color #460B8A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460B8A is #B9F475. Grayscale: #2A2A2A. Windows color (decimal): -12186742 or 9046854. OLE color: 9046854.
HSL color Cylindrical-coordinate representation of color #460B8A: hue angle of 267.87º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460B8A is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 70 | 11 | 138 | - |
| CMYK | 0.49 | 0.92 | 0 | 0.46 |
| HSL | 267.87º | 0.85% | 0.29% | - |
| HSV(B) | 267.87º | 0.92% | 0.54% | - |
| XYZ | 7.23 | 3.38 | 24.32 | - |
| YUV | 43.12 | 181.55 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 138 | 0.49 | 0.92 | 0 | 0.46 | 267.87 | 0.85 | 0.29 |
| Hex | 46 | B | 8A | 31 | 5C | 0 | 2E | 10C | 55 | 1D |
| Octal | 106 | 13 | 212 | 61 | 134 | 0 | 56 | 414 | 125 | 35 |
| Binary | 1000110 | 1011 | 10001010 | 110001 | 1011100 | 0 | 101110 | 100001100 | 1010101 | 11101 |
Color Harmonies of #460B8A
Complementary color
Monochromatic Colors of #460B8A
Black with #460B8A
Text Example
Text Example
White with #460B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B8A; }
p { color: rgb(70,11,138); }
H1.HeaderClassName
{
color: #460B8A;
}
.AnyTagClassName
{
color: #460B8A;
}
</style>
background-color css
<style>
a { background-color: #460B8A; }
a { background-color: rgb(70,11,138); }
div.DivClassName
{
background-color: #460B8A;
}
.BgClassName
{
background-color: #460B8A;
}
</style>
border-color css
<style>
span { border-color: #460B8A; }
span { border-color: rgb(70,11,138); }
td.TdClassName
{
border-color: #460B8A;
}
.TagClassName
{
border-color: #460B8A;
}
</style>