Shades of Indigo #460363
Tints of Indigo #460363
RGB
CMYK
RGB Variations
Color information
#460363 (or 0x460363) is known color: Indigo. HEX triplet: 46, 03 and 63. RGB value is (70,3,99). Sum of RGB (Red+Green+Blue) = 70+3+99=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #460363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460363 is #B9FC9C. Grayscale: #212121. Windows color (decimal): -12188829 or 6488902. OLE color: 6488902.
HSL color Cylindrical-coordinate representation of color #460363: hue angle of 281.88º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #460363 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 3 | 99 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.61 |
| HSL | 281.88º | 0.94% | 0.2% | - |
| HSV(B) | 281.88º | 0.97% | 0.39% | - |
| XYZ | 4.81 | 2.27 | 11.99 | - |
| YUV | 33.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 99 | 0.29 | 0.97 | 0 | 0.61 | 281.88 | 0.94 | 0.2 |
| Hex | 46 | 3 | 63 | 1D | 61 | 0 | 3D | 11A | 5E | 14 |
| Octal | 106 | 3 | 143 | 35 | 141 | 0 | 75 | 432 | 136 | 24 |
| Binary | 1000110 | 11 | 1100011 | 11101 | 1100001 | 0 | 111101 | 100011010 | 1011110 | 10100 |
Color Harmonies of #460363
Complementary color
Monochromatic Colors of #460363
Black with #460363
Text Example
Text Example
White with #460363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460363; }
p { color: rgb(70,3,99); }
H1.HeaderClassName
{
color: #460363;
}
.AnyTagClassName
{
color: #460363;
}
</style>
background-color css
<style>
a { background-color: #460363; }
a { background-color: rgb(70,3,99); }
div.DivClassName
{
background-color: #460363;
}
.BgClassName
{
background-color: #460363;
}
</style>
border-color css
<style>
span { border-color: #460363; }
span { border-color: rgb(70,3,99); }
td.TdClassName
{
border-color: #460363;
}
.TagClassName
{
border-color: #460363;
}
</style>