Shades of Indigo #460963
Tints of Indigo #460963
RGB
CMYK
RGB Variations
Color information
#460963 (or 0x460963) is known color: Indigo. HEX triplet: 46, 09 and 63. RGB value is (70,9,99). Sum of RGB (Red+Green+Blue) = 70+9+99=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 99 (39.06% from 255 or 55.62% from 178); Max value from RGB is 99 - color contains mainly: blue. Hex color #460963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460963 is #B9F69C. Grayscale: #252525. Windows color (decimal): -12187293 or 6490438. OLE color: 6490438.
HSL color Cylindrical-coordinate representation of color #460963: hue angle of 280.67º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460963 is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 9 | 99 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.61 |
| HSL | 280.67º | 0.83% | 0.21% | - |
| HSV(B) | 280.67º | 0.91% | 0.39% | - |
| XYZ | 4.88 | 2.4 | 12.01 | - |
| YUV | 37.5 | 162.71 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 99 | 0.29 | 0.91 | 0 | 0.61 | 280.67 | 0.83 | 0.21 |
| Hex | 46 | 9 | 63 | 1D | 5B | 0 | 3D | 119 | 53 | 15 |
| Octal | 106 | 11 | 143 | 35 | 133 | 0 | 75 | 431 | 123 | 25 |
| Binary | 1000110 | 1001 | 1100011 | 11101 | 1011011 | 0 | 111101 | 100011001 | 1010011 | 10101 |
Color Harmonies of #460963
Complementary color
Monochromatic Colors of #460963
Black with #460963
Text Example
Text Example
White with #460963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460963; }
p { color: rgb(70,9,99); }
H1.HeaderClassName
{
color: #460963;
}
.AnyTagClassName
{
color: #460963;
}
</style>
background-color css
<style>
a { background-color: #460963; }
a { background-color: rgb(70,9,99); }
div.DivClassName
{
background-color: #460963;
}
.BgClassName
{
background-color: #460963;
}
</style>
border-color css
<style>
span { border-color: #460963; }
span { border-color: rgb(70,9,99); }
td.TdClassName
{
border-color: #460963;
}
.TagClassName
{
border-color: #460963;
}
</style>