Shades of Indigo #460865
Tints of Indigo #460865
RGB
CMYK
RGB Variations
Color information
#460865 (or 0x460865) is known color: Indigo. HEX triplet: 46, 08 and 65. RGB value is (70,8,101). Sum of RGB (Red+Green+Blue) = 70+8+101=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 101 (39.84% from 255 or 56.42% from 179); Max value from RGB is 101 - color contains mainly: blue. Hex color #460865 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460865 is #B9F79A. Grayscale: #242424. Windows color (decimal): -12187547 or 6621254. OLE color: 6621254.
HSL color Cylindrical-coordinate representation of color #460865: hue angle of 280º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460865 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 8 | 101 | - |
| CMYK | 0.31 | 0.92 | 0 | 0.60 |
| HSL | 280º | 0.85% | 0.21% | - |
| HSV(B) | 280º | 0.92% | 0.4% | - |
| XYZ | 4.96 | 2.42 | 12.52 | - |
| YUV | 37.14 | 164.04 | 151.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 8 | 101 | 0.31 | 0.92 | 0 | 0.60 | 280 | 0.85 | 0.21 |
| Hex | 46 | 8 | 65 | 1F | 5C | 0 | 3C | 118 | 55 | 15 |
| Octal | 106 | 10 | 145 | 37 | 134 | 0 | 74 | 430 | 125 | 25 |
| Binary | 1000110 | 1000 | 1100101 | 11111 | 1011100 | 0 | 111100 | 100011000 | 1010101 | 10101 |
Color Harmonies of #460865
Complementary color
Monochromatic Colors of #460865
Black with #460865
Text Example
Text Example
White with #460865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460865; }
p { color: rgb(70,8,101); }
H1.HeaderClassName
{
color: #460865;
}
.AnyTagClassName
{
color: #460865;
}
</style>
background-color css
<style>
a { background-color: #460865; }
a { background-color: rgb(70,8,101); }
div.DivClassName
{
background-color: #460865;
}
.BgClassName
{
background-color: #460865;
}
</style>
border-color css
<style>
span { border-color: #460865; }
span { border-color: rgb(70,8,101); }
td.TdClassName
{
border-color: #460865;
}
.TagClassName
{
border-color: #460865;
}
</style>