Shades of Indigo #460396
Tints of Indigo #460396
RGB
CMYK
RGB Variations
Color information
#460396 (or 0x460396) is known color: Indigo. HEX triplet: 46, 03 and 96. RGB value is (70,3,150). Sum of RGB (Red+Green+Blue) = 70+3+150=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #460396 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460396 is #B9FC69. Grayscale: #272727. Windows color (decimal): -12188778 or 9831238. OLE color: 9831238.
HSL color Cylindrical-coordinate representation of color #460396: hue angle of 267.35º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #460396 is Cyan = 0.53, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 3 | 150 | - |
| CMYK | 0.53 | 0.98 | 0 | 0.41 |
| HSL | 267.35º | 0.96% | 0.3% | - |
| HSV(B) | 267.35º | 0.98% | 0.59% | - |
| XYZ | 8.06 | 3.57 | 29.12 | - |
| YUV | 39.79 | 190.2 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 150 | 0.53 | 0.98 | 0 | 0.41 | 267.35 | 0.96 | 0.3 |
| Hex | 46 | 3 | 96 | 35 | 62 | 0 | 29 | 10B | 60 | 1E |
| Octal | 106 | 3 | 226 | 65 | 142 | 0 | 51 | 413 | 140 | 36 |
| Binary | 1000110 | 11 | 10010110 | 110101 | 1100010 | 0 | 101001 | 100001011 | 1100000 | 11110 |
Color Harmonies of #460396
Complementary color
Monochromatic Colors of #460396
Black with #460396
Text Example
Text Example
White with #460396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460396; }
p { color: rgb(70,3,150); }
H1.HeaderClassName
{
color: #460396;
}
.AnyTagClassName
{
color: #460396;
}
</style>
background-color css
<style>
a { background-color: #460396; }
a { background-color: rgb(70,3,150); }
div.DivClassName
{
background-color: #460396;
}
.BgClassName
{
background-color: #460396;
}
</style>
border-color css
<style>
span { border-color: #460396; }
span { border-color: rgb(70,3,150); }
td.TdClassName
{
border-color: #460396;
}
.TagClassName
{
border-color: #460396;
}
</style>