Shades of Indigo #460695
Tints of Indigo #460695
RGB
CMYK
RGB Variations
Color information
#460695 (or 0x460695) is known color: Indigo. HEX triplet: 46, 06 and 95. RGB value is (70,6,149). Sum of RGB (Red+Green+Blue) = 70+6+149=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 149 (58.59% from 255 or 66.22% from 225); Max value from RGB is 149 - color contains mainly: blue. Hex color #460695 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460695 is #B9F96A. Grayscale: #282828. Windows color (decimal): -12188011 or 9766470. OLE color: 9766470.
HSL color Cylindrical-coordinate representation of color #460695: hue angle of 266.85º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460695 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 6 | 149 | - |
| CMYK | 0.53 | 0.96 | 0 | 0.42 |
| HSL | 266.85º | 0.92% | 0.3% | - |
| HSV(B) | 266.85º | 0.96% | 0.58% | - |
| XYZ | 8.02 | 3.6 | 28.71 | - |
| YUV | 41.44 | 188.7 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 149 | 0.53 | 0.96 | 0 | 0.42 | 266.85 | 0.92 | 0.3 |
| Hex | 46 | 6 | 95 | 35 | 60 | 0 | 2A | 10B | 5C | 1E |
| Octal | 106 | 6 | 225 | 65 | 140 | 0 | 52 | 413 | 134 | 36 |
| Binary | 1000110 | 110 | 10010101 | 110101 | 1100000 | 0 | 101010 | 100001011 | 1011100 | 11110 |
Color Harmonies of #460695
Complementary color
Monochromatic Colors of #460695
Black with #460695
Text Example
Text Example
White with #460695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460695; }
p { color: rgb(70,6,149); }
H1.HeaderClassName
{
color: #460695;
}
.AnyTagClassName
{
color: #460695;
}
</style>
background-color css
<style>
a { background-color: #460695; }
a { background-color: rgb(70,6,149); }
div.DivClassName
{
background-color: #460695;
}
.BgClassName
{
background-color: #460695;
}
</style>
border-color css
<style>
span { border-color: #460695; }
span { border-color: rgb(70,6,149); }
td.TdClassName
{
border-color: #460695;
}
.TagClassName
{
border-color: #460695;
}
</style>