Shades of Indigo #460C6D
Tints of Indigo #460C6D
RGB
CMYK
RGB Variations
Color information
#460C6D (or 0x460C6D) is known color: Indigo. HEX triplet: 46, 0C and 6D. RGB value is (70,12,109). Sum of RGB (Red+Green+Blue) = 70+12+109=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 12 (5.08% from 255 or 6.28% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #460C6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C6D is #B9F392. Grayscale: #282828. Windows color (decimal): -12186515 or 7146566. OLE color: 7146566.
HSL color Cylindrical-coordinate representation of color #460C6D: hue angle of 275.88º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #460C6D is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 12 | 109 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.57 |
| HSL | 275.88º | 0.8% | 0.24% | - |
| HSV(B) | 275.88º | 0.89% | 0.43% | - |
| XYZ | 5.42 | 2.67 | 14.7 | - |
| YUV | 40.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 109 | 0.36 | 0.89 | 0 | 0.57 | 275.88 | 0.8 | 0.24 |
| Hex | 46 | C | 6D | 24 | 59 | 0 | 39 | 114 | 50 | 18 |
| Octal | 106 | 14 | 155 | 44 | 131 | 0 | 71 | 424 | 120 | 30 |
| Binary | 1000110 | 1100 | 1101101 | 100100 | 1011001 | 0 | 111001 | 100010100 | 1010000 | 11000 |
Color Harmonies of #460C6D
Complementary color
Monochromatic Colors of #460C6D
Black with #460C6D
Text Example
Text Example
White with #460C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C6D; }
p { color: rgb(70,12,109); }
H1.HeaderClassName
{
color: #460C6D;
}
.AnyTagClassName
{
color: #460C6D;
}
</style>
background-color css
<style>
a { background-color: #460C6D; }
a { background-color: rgb(70,12,109); }
div.DivClassName
{
background-color: #460C6D;
}
.BgClassName
{
background-color: #460C6D;
}
</style>
border-color css
<style>
span { border-color: #460C6D; }
span { border-color: rgb(70,12,109); }
td.TdClassName
{
border-color: #460C6D;
}
.TagClassName
{
border-color: #460C6D;
}
</style>