Shades of Indigo #46029A
Tints of Indigo #46029A
RGB
CMYK
RGB Variations
Color information
#46029A (or 0x46029A) is known color: Indigo. HEX triplet: 46, 02 and 9A. RGB value is (70,2,154). Sum of RGB (Red+Green+Blue) = 70+2+154=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 2 (1.17% from 255 or 0.88% from 226); Blue value is 154 (60.55% from 255 or 68.14% from 226); Max value from RGB is 154 - color contains mainly: blue. Hex color #46029A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46029A is #B9FD65. Grayscale: #272727. Windows color (decimal): -12189030 or 10093126. OLE color: 10093126.
HSL color Cylindrical-coordinate representation of color #46029A: hue angle of 266.84º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46029A is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 2 | 154 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.40 |
| HSL | 266.84º | 0.97% | 0.31% | - |
| HSV(B) | 266.84º | 0.99% | 0.6% | - |
| XYZ | 8.38 | 3.68 | 30.84 | - |
| YUV | 39.66 | 192.53 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 154 | 0.55 | 0.99 | 0 | 0.40 | 266.84 | 0.97 | 0.31 |
| Hex | 46 | 2 | 9A | 37 | 63 | 0 | 28 | 10B | 61 | 1F |
| Octal | 106 | 2 | 232 | 67 | 143 | 0 | 50 | 413 | 141 | 37 |
| Binary | 1000110 | 10 | 10011010 | 110111 | 1100011 | 0 | 101000 | 100001011 | 1100001 | 11111 |
Color Harmonies of #46029A
Complementary color
Monochromatic Colors of #46029A
Black with #46029A
Text Example
Text Example
White with #46029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46029A; }
p { color: rgb(70,2,154); }
H1.HeaderClassName
{
color: #46029A;
}
.AnyTagClassName
{
color: #46029A;
}
</style>
background-color css
<style>
a { background-color: #46029A; }
a { background-color: rgb(70,2,154); }
div.DivClassName
{
background-color: #46029A;
}
.BgClassName
{
background-color: #46029A;
}
</style>
border-color css
<style>
span { border-color: #46029A; }
span { border-color: rgb(70,2,154); }
td.TdClassName
{
border-color: #46029A;
}
.TagClassName
{
border-color: #46029A;
}
</style>