Shades of Indigo #460A6E
Tints of Indigo #460A6E
RGB
CMYK
RGB Variations
Color information
#460A6E (or 0x460A6E) is known color: Indigo. HEX triplet: 46, 0A and 6E. RGB value is (70,10,110). Sum of RGB (Red+Green+Blue) = 70+10+110=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 110 (43.36% from 255 or 57.89% from 190); Max value from RGB is 110 - color contains mainly: blue. Hex color #460A6E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460A6E is #B9F591. Grayscale: #272727. Windows color (decimal): -12187026 or 7211590. OLE color: 7211590.
HSL color Cylindrical-coordinate representation of color #460A6E: hue angle of 276º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460A6E is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 10 | 110 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.57 |
| HSL | 276º | 0.83% | 0.24% | - |
| HSV(B) | 276º | 0.91% | 0.43% | - |
| XYZ | 5.45 | 2.64 | 14.98 | - |
| YUV | 39.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 10 | 110 | 0.36 | 0.91 | 0 | 0.57 | 276 | 0.83 | 0.24 |
| Hex | 46 | A | 6E | 24 | 5B | 0 | 39 | 114 | 53 | 18 |
| Octal | 106 | 12 | 156 | 44 | 133 | 0 | 71 | 424 | 123 | 30 |
| Binary | 1000110 | 1010 | 1101110 | 100100 | 1011011 | 0 | 111001 | 100010100 | 1010011 | 11000 |
Color Harmonies of #460A6E
Complementary color
Monochromatic Colors of #460A6E
Black with #460A6E
Text Example
Text Example
White with #460A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460A6E; }
p { color: rgb(70,10,110); }
H1.HeaderClassName
{
color: #460A6E;
}
.AnyTagClassName
{
color: #460A6E;
}
</style>
background-color css
<style>
a { background-color: #460A6E; }
a { background-color: rgb(70,10,110); }
div.DivClassName
{
background-color: #460A6E;
}
.BgClassName
{
background-color: #460A6E;
}
</style>
border-color css
<style>
span { border-color: #460A6E; }
span { border-color: rgb(70,10,110); }
td.TdClassName
{
border-color: #460A6E;
}
.TagClassName
{
border-color: #460A6E;
}
</style>