Shades of Indigo #46128B
Tints of Indigo #46128B
RGB
CMYK
RGB Variations
Color information
#46128B (or 0x46128B) is known color: Indigo. HEX triplet: 46, 12 and 8B. RGB value is (70,18,139). Sum of RGB (Red+Green+Blue) = 70+18+139=227 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.84% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 139 (54.69% from 255 or 61.23% from 227); Max value from RGB is 139 - color contains mainly: blue. Hex color #46128B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46128B is #B9ED74. Grayscale: #2E2E2E. Windows color (decimal): -12184949 or 9114182. OLE color: 9114182.
HSL color Cylindrical-coordinate representation of color #46128B: hue angle of 265.79º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46128B is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 18 | 139 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.45 |
| HSL | 265.79º | 0.77% | 0.31% | - |
| HSV(B) | 265.79º | 0.87% | 0.55% | - |
| XYZ | 7.4 | 3.6 | 24.73 | - |
| YUV | 47.34 | 179.73 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 139 | 0.50 | 0.87 | 0 | 0.45 | 265.79 | 0.77 | 0.31 |
| Hex | 46 | 12 | 8B | 32 | 57 | 0 | 2D | 10A | 4D | 1F |
| Octal | 106 | 22 | 213 | 62 | 127 | 0 | 55 | 412 | 115 | 37 |
| Binary | 1000110 | 10010 | 10001011 | 110010 | 1010111 | 0 | 101101 | 100001010 | 1001101 | 11111 |
Color Harmonies of #46128B
Complementary color
Monochromatic Colors of #46128B
Black with #46128B
Text Example
Text Example
White with #46128B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46128B; }
p { color: rgb(70,18,139); }
H1.HeaderClassName
{
color: #46128B;
}
.AnyTagClassName
{
color: #46128B;
}
</style>
background-color css
<style>
a { background-color: #46128B; }
a { background-color: rgb(70,18,139); }
div.DivClassName
{
background-color: #46128B;
}
.BgClassName
{
background-color: #46128B;
}
</style>
border-color css
<style>
span { border-color: #46128B; }
span { border-color: rgb(70,18,139); }
td.TdClassName
{
border-color: #46128B;
}
.TagClassName
{
border-color: #46128B;
}
</style>