Shades of Indigo #460464
Tints of Indigo #460464
RGB
CMYK
RGB Variations
Color information
#460464 (or 0x460464) is known color: Indigo. HEX triplet: 46, 04 and 64. RGB value is (70,4,100). Sum of RGB (Red+Green+Blue) = 70+4+100=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 100 (39.45% from 255 or 57.47% from 174); Max value from RGB is 100 - color contains mainly: blue. Hex color #460464 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460464 is #B9FB9B. Grayscale: #222222. Windows color (decimal): -12188572 or 6554694. OLE color: 6554694.
HSL color Cylindrical-coordinate representation of color #460464: hue angle of 281.25º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #460464 is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 4 | 100 | - |
| CMYK | 0.30 | 0.96 | 0 | 0.61 |
| HSL | 281.25º | 0.92% | 0.2% | - |
| HSV(B) | 281.25º | 0.96% | 0.39% | - |
| XYZ | 4.87 | 2.31 | 12.25 | - |
| YUV | 34.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 100 | 0.30 | 0.96 | 0 | 0.61 | 281.25 | 0.92 | 0.2 |
| Hex | 46 | 4 | 64 | 1E | 60 | 0 | 3D | 119 | 5C | 14 |
| Octal | 106 | 4 | 144 | 36 | 140 | 0 | 75 | 431 | 134 | 24 |
| Binary | 1000110 | 100 | 1100100 | 11110 | 1100000 | 0 | 111101 | 100011001 | 1011100 | 10100 |
Color Harmonies of #460464
Complementary color
Monochromatic Colors of #460464
Black with #460464
Text Example
Text Example
White with #460464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460464; }
p { color: rgb(70,4,100); }
H1.HeaderClassName
{
color: #460464;
}
.AnyTagClassName
{
color: #460464;
}
</style>
background-color css
<style>
a { background-color: #460464; }
a { background-color: rgb(70,4,100); }
div.DivClassName
{
background-color: #460464;
}
.BgClassName
{
background-color: #460464;
}
</style>
border-color css
<style>
span { border-color: #460464; }
span { border-color: rgb(70,4,100); }
td.TdClassName
{
border-color: #460464;
}
.TagClassName
{
border-color: #460464;
}
</style>