Shades of Indigo #460663
Tints of Indigo #460663
RGB
CMYK
RGB Variations
Color information
#460663 (or 0x460663) is known color: Indigo. HEX triplet: 46, 06 and 63. RGB value is (70,6,99). Sum of RGB (Red+Green+Blue) = 70+6+99=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 6 (2.73% from 255 or 3.43% from 175); Blue value is 99 (39.06% from 255 or 56.57% from 175); Max value from RGB is 99 - color contains mainly: blue. Hex color #460663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460663 is #B9F99C. Grayscale: #232323. Windows color (decimal): -12188061 or 6489670. OLE color: 6489670.
HSL color Cylindrical-coordinate representation of color #460663: hue angle of 281.29º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460663 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 6 | 99 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.61 |
| HSL | 281.29º | 0.89% | 0.21% | - |
| HSV(B) | 281.29º | 0.94% | 0.39% | - |
| XYZ | 4.84 | 2.33 | 12 | - |
| YUV | 35.74 | 163.7 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 6 | 99 | 0.29 | 0.94 | 0 | 0.61 | 281.29 | 0.89 | 0.21 |
| Hex | 46 | 6 | 63 | 1D | 5E | 0 | 3D | 119 | 59 | 15 |
| Octal | 106 | 6 | 143 | 35 | 136 | 0 | 75 | 431 | 131 | 25 |
| Binary | 1000110 | 110 | 1100011 | 11101 | 1011110 | 0 | 111101 | 100011001 | 1011001 | 10101 |
Color Harmonies of #460663
Complementary color
Monochromatic Colors of #460663
Black with #460663
Text Example
Text Example
White with #460663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460663; }
p { color: rgb(70,6,99); }
H1.HeaderClassName
{
color: #460663;
}
.AnyTagClassName
{
color: #460663;
}
</style>
background-color css
<style>
a { background-color: #460663; }
a { background-color: rgb(70,6,99); }
div.DivClassName
{
background-color: #460663;
}
.BgClassName
{
background-color: #460663;
}
</style>
border-color css
<style>
span { border-color: #460663; }
span { border-color: rgb(70,6,99); }
td.TdClassName
{
border-color: #460663;
}
.TagClassName
{
border-color: #460663;
}
</style>