Shades of Indigo #46028B
Tints of Indigo #46028B
RGB
CMYK
RGB Variations
Color information
#46028B (or 0x46028B) is known color: Indigo. HEX triplet: 46, 02 and 8B. RGB value is (70,2,139). Sum of RGB (Red+Green+Blue) = 70+2+139=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 2 (1.17% from 255 or 0.95% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #46028B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46028B is #B9FD74. Grayscale: #252525. Windows color (decimal): -12189045 or 9110086. OLE color: 9110086.
HSL color Cylindrical-coordinate representation of color #46028B: hue angle of 269.78º 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 #46028B is Cyan = 0.50, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 2 | 139 | - |
| CMYK | 0.50 | 0.99 | 0 | 0.45 |
| HSL | 269.78º | 0.97% | 0.28% | - |
| HSV(B) | 269.78º | 0.99% | 0.55% | - |
| XYZ | 7.21 | 3.21 | 24.67 | - |
| YUV | 37.95 | 185.03 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 139 | 0.50 | 0.99 | 0 | 0.45 | 269.78 | 0.97 | 0.28 |
| Hex | 46 | 2 | 8B | 32 | 63 | 0 | 2D | 10E | 61 | 1C |
| Octal | 106 | 2 | 213 | 62 | 143 | 0 | 55 | 416 | 141 | 34 |
| Binary | 1000110 | 10 | 10001011 | 110010 | 1100011 | 0 | 101101 | 100001110 | 1100001 | 11100 |
Color Harmonies of #46028B
Complementary color
Monochromatic Colors of #46028B
Black with #46028B
Text Example
Text Example
White with #46028B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46028B; }
p { color: rgb(70,2,139); }
H1.HeaderClassName
{
color: #46028B;
}
.AnyTagClassName
{
color: #46028B;
}
</style>
background-color css
<style>
a { background-color: #46028B; }
a { background-color: rgb(70,2,139); }
div.DivClassName
{
background-color: #46028B;
}
.BgClassName
{
background-color: #46028B;
}
</style>
border-color css
<style>
span { border-color: #46028B; }
span { border-color: rgb(70,2,139); }
td.TdClassName
{
border-color: #46028B;
}
.TagClassName
{
border-color: #46028B;
}
</style>