Shades of Indigo #460465
Tints of Indigo #460465
RGB
CMYK
RGB Variations
Color information
#460465 (or 0x460465) is known color: Indigo. HEX triplet: 46, 04 and 65. RGB value is (70,4,101). Sum of RGB (Red+Green+Blue) = 70+4+101=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #460465 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460465 is #B9FB9A. Grayscale: #222222. Windows color (decimal): -12188571 or 6620230. OLE color: 6620230.
HSL color Cylindrical-coordinate representation of color #460465: hue angle of 280.82º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460465 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 4 | 101 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.60 |
| HSL | 280.82º | 0.92% | 0.21% | - |
| HSV(B) | 280.82º | 0.96% | 0.4% | - |
| XYZ | 4.92 | 2.33 | 12.5 | - |
| YUV | 34.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 101 | 0.31 | 0.96 | 0 | 0.60 | 280.82 | 0.92 | 0.21 |
| Hex | 46 | 4 | 65 | 1F | 60 | 0 | 3C | 119 | 5C | 15 |
| Octal | 106 | 4 | 145 | 37 | 140 | 0 | 74 | 431 | 134 | 25 |
| Binary | 1000110 | 100 | 1100101 | 11111 | 1100000 | 0 | 111100 | 100011001 | 1011100 | 10101 |
Color Harmonies of #460465
Complementary color
Monochromatic Colors of #460465
Black with #460465
Text Example
Text Example
White with #460465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460465; }
p { color: rgb(70,4,101); }
H1.HeaderClassName
{
color: #460465;
}
.AnyTagClassName
{
color: #460465;
}
</style>
background-color css
<style>
a { background-color: #460465; }
a { background-color: rgb(70,4,101); }
div.DivClassName
{
background-color: #460465;
}
.BgClassName
{
background-color: #460465;
}
</style>
border-color css
<style>
span { border-color: #460465; }
span { border-color: rgb(70,4,101); }
td.TdClassName
{
border-color: #460465;
}
.TagClassName
{
border-color: #460465;
}
</style>