Shades of Indigo #460466
Tints of Indigo #460466
RGB
CMYK
RGB Variations
Color information
#460466 (or 0x460466) is known color: Indigo. HEX triplet: 46, 04 and 66. RGB value is (70,4,102). Sum of RGB (Red+Green+Blue) = 70+4+102=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 102 (40.23% from 255 or 57.95% from 176); Max value from RGB is 102 - color contains mainly: blue. Hex color #460466 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460466 is #B9FB99. Grayscale: #222222. Windows color (decimal): -12188570 or 6685766. OLE color: 6685766.
HSL color Cylindrical-coordinate representation of color #460466: hue angle of 280.41º 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 #460466 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 70 | 4 | 102 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.6 |
| HSL | 280.41º | 0.92% | 0.21% | - |
| HSV(B) | 280.41º | 0.96% | 0.4% | - |
| XYZ | 4.97 | 2.35 | 12.76 | - |
| YUV | 34.91 | 165.87 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 4 | 102 | 0.31 | 0.96 | 0 | 0.6 | 280.41 | 0.92 | 0.21 |
| Hex | 46 | 4 | 66 | 1F | 60 | 0 | 3C | 118 | 5C | 15 |
| Octal | 106 | 4 | 146 | 37 | 140 | 0 | 74 | 430 | 134 | 25 |
| Binary | 1000110 | 100 | 1100110 | 11111 | 1100000 | 0 | 111100 | 100011000 | 1011100 | 10101 |
Color Harmonies of #460466
Complementary color
Monochromatic Colors of #460466
Black with #460466
Text Example
Text Example
White with #460466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460466; }
p { color: rgb(70,4,102); }
H1.HeaderClassName
{
color: #460466;
}
.AnyTagClassName
{
color: #460466;
}
</style>
background-color css
<style>
a { background-color: #460466; }
a { background-color: rgb(70,4,102); }
div.DivClassName
{
background-color: #460466;
}
.BgClassName
{
background-color: #460466;
}
</style>
border-color css
<style>
span { border-color: #460466; }
span { border-color: rgb(70,4,102); }
td.TdClassName
{
border-color: #460466;
}
.TagClassName
{
border-color: #460466;
}
</style>