Shades of Indigo #46028C
Tints of Indigo #46028C
RGB
CMYK
RGB Variations
Color information
#46028C (or 0x46028C) is known color: Indigo. HEX triplet: 46, 02 and 8C. RGB value is (70,2,140). Sum of RGB (Red+Green+Blue) = 70+2+140=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 140 (55.08% from 255 or 66.04% from 212); Max value from RGB is 140 - color contains mainly: blue. Hex color #46028C is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46028C is #B9FD73. Grayscale: #252525. Windows color (decimal): -12189044 or 9175622. OLE color: 9175622.
HSL color Cylindrical-coordinate representation of color #46028C: hue angle of 269.57º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46028C is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 2 | 140 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.45 |
| HSL | 269.57º | 0.97% | 0.28% | - |
| HSV(B) | 269.57º | 0.99% | 0.55% | - |
| XYZ | 7.28 | 3.24 | 25.05 | - |
| YUV | 38.06 | 185.53 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 140 | 0.50 | 0.99 | 0 | 0.45 | 269.57 | 0.97 | 0.28 |
| Hex | 46 | 2 | 8C | 32 | 63 | 0 | 2D | 10E | 61 | 1C |
| Octal | 106 | 2 | 214 | 62 | 143 | 0 | 55 | 416 | 141 | 34 |
| Binary | 1000110 | 10 | 10001100 | 110010 | 1100011 | 0 | 101101 | 100001110 | 1100001 | 11100 |
Color Harmonies of #46028C
Complementary color
Monochromatic Colors of #46028C
Black with #46028C
Text Example
Text Example
White with #46028C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46028C; }
p { color: rgb(70,2,140); }
H1.HeaderClassName
{
color: #46028C;
}
.AnyTagClassName
{
color: #46028C;
}
</style>
background-color css
<style>
a { background-color: #46028C; }
a { background-color: rgb(70,2,140); }
div.DivClassName
{
background-color: #46028C;
}
.BgClassName
{
background-color: #46028C;
}
</style>
border-color css
<style>
span { border-color: #46028C; }
span { border-color: rgb(70,2,140); }
td.TdClassName
{
border-color: #46028C;
}
.TagClassName
{
border-color: #46028C;
}
</style>