Shades of Indigo #46019E
Tints of Indigo #46019E
RGB
CMYK
RGB Variations
Color information
#46019E (or 0x46019E) is known color: Indigo. HEX triplet: 46, 01 and 9E. RGB value is (70,1,158). Sum of RGB (Red+Green+Blue) = 70+1+158=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 158 (62.11% from 255 or 69.00% from 229); Max value from RGB is 158 - color contains mainly: blue. Hex color #46019E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46019E is #B9FE61. Grayscale: #262626. Windows color (decimal): -12189282 or 10355014. OLE color: 10355014.
HSL color Cylindrical-coordinate representation of color #46019E: hue angle of 266.37º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46019E is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 1 | 158 | - |
| CMYK | 0.56 | 0.99 | 0 | 0.38 |
| HSL | 266.37º | 0.99% | 0.31% | - |
| HSV(B) | 266.37º | 0.99% | 0.62% | - |
| XYZ | 8.71 | 3.79 | 32.62 | - |
| YUV | 39.53 | 194.86 | 149.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 158 | 0.56 | 0.99 | 0 | 0.38 | 266.37 | 0.99 | 0.31 |
| Hex | 46 | 1 | 9E | 38 | 63 | 0 | 26 | 10A | 63 | 1F |
| Octal | 106 | 1 | 236 | 70 | 143 | 0 | 46 | 412 | 143 | 37 |
| Binary | 1000110 | 1 | 10011110 | 111000 | 1100011 | 0 | 100110 | 100001010 | 1100011 | 11111 |
Color Harmonies of #46019E
Complementary color
Monochromatic Colors of #46019E
Black with #46019E
Text Example
Text Example
White with #46019E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46019E; }
p { color: rgb(70,1,158); }
H1.HeaderClassName
{
color: #46019E;
}
.AnyTagClassName
{
color: #46019E;
}
</style>
background-color css
<style>
a { background-color: #46019E; }
a { background-color: rgb(70,1,158); }
div.DivClassName
{
background-color: #46019E;
}
.BgClassName
{
background-color: #46019E;
}
</style>
border-color css
<style>
span { border-color: #46019E; }
span { border-color: rgb(70,1,158); }
td.TdClassName
{
border-color: #46019E;
}
.TagClassName
{
border-color: #46019E;
}
</style>