Shades of Indigo #46019C
Tints of Indigo #46019C
RGB
CMYK
RGB Variations
Color information
#46019C (or 0x46019C) is known color: Indigo. HEX triplet: 46, 01 and 9C. RGB value is (70,1,156). Sum of RGB (Red+Green+Blue) = 70+1+156=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 156 (61.33% from 255 or 68.72% from 227); Max value from RGB is 156 - color contains mainly: blue. Hex color #46019C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46019C is #B9FE63. Grayscale: #262626. Windows color (decimal): -12189284 or 10223942. OLE color: 10223942.
HSL color Cylindrical-coordinate representation of color #46019C: hue angle of 266.71º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46019C is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 70 | 1 | 156 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.39 |
| HSL | 266.71º | 0.99% | 0.31% | - |
| HSV(B) | 266.71º | 0.99% | 0.61% | - |
| XYZ | 8.54 | 3.72 | 31.72 | - |
| YUV | 39.3 | 193.86 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 156 | 0.55 | 0.99 | 0 | 0.39 | 266.71 | 0.99 | 0.31 |
| Hex | 46 | 1 | 9C | 37 | 63 | 0 | 27 | 10B | 63 | 1F |
| Octal | 106 | 1 | 234 | 67 | 143 | 0 | 47 | 413 | 143 | 37 |
| Binary | 1000110 | 1 | 10011100 | 110111 | 1100011 | 0 | 100111 | 100001011 | 1100011 | 11111 |
Color Harmonies of #46019C
Complementary color
Monochromatic Colors of #46019C
Black with #46019C
Text Example
Text Example
White with #46019C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46019C; }
p { color: rgb(70,1,156); }
H1.HeaderClassName
{
color: #46019C;
}
.AnyTagClassName
{
color: #46019C;
}
</style>
background-color css
<style>
a { background-color: #46019C; }
a { background-color: rgb(70,1,156); }
div.DivClassName
{
background-color: #46019C;
}
.BgClassName
{
background-color: #46019C;
}
</style>
border-color css
<style>
span { border-color: #46019C; }
span { border-color: rgb(70,1,156); }
td.TdClassName
{
border-color: #46019C;
}
.TagClassName
{
border-color: #46019C;
}
</style>