Shades of Indigo #46138D
Tints of Indigo #46138D
RGB
CMYK
RGB Variations
Color information
#46138D (or 0x46138D) is known color: Indigo. HEX triplet: 46, 13 and 8D. RGB value is (70,19,141). Sum of RGB (Red+Green+Blue) = 70+19+141=230 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.43% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 141 (55.47% from 255 or 61.30% from 230); Max value from RGB is 141 - color contains mainly: blue. Hex color #46138D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46138D is #B9EC72. Grayscale: #2F2F2F. Windows color (decimal): -12184691 or 9245510. OLE color: 9245510.
HSL color Cylindrical-coordinate representation of color #46138D: hue angle of 265.08º degrees, saturation: 0.76, 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 #46138D is Cyan = 0.50, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 19 | 141 | - |
| CMYK | 0.50 | 0.87 | 0 | 0.45 |
| HSL | 265.08º | 0.76% | 0.31% | - |
| HSV(B) | 265.08º | 0.87% | 0.55% | - |
| XYZ | 7.57 | 3.69 | 25.51 | - |
| YUV | 48.16 | 180.4 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 141 | 0.50 | 0.87 | 0 | 0.45 | 265.08 | 0.76 | 0.31 |
| Hex | 46 | 13 | 8D | 32 | 57 | 0 | 2D | 109 | 4C | 1F |
| Octal | 106 | 23 | 215 | 62 | 127 | 0 | 55 | 411 | 114 | 37 |
| Binary | 1000110 | 10011 | 10001101 | 110010 | 1010111 | 0 | 101101 | 100001001 | 1001100 | 11111 |
Color Harmonies of #46138D
Complementary color
Monochromatic Colors of #46138D
Black with #46138D
Text Example
Text Example
White with #46138D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46138D; }
p { color: rgb(70,19,141); }
H1.HeaderClassName
{
color: #46138D;
}
.AnyTagClassName
{
color: #46138D;
}
</style>
background-color css
<style>
a { background-color: #46138D; }
a { background-color: rgb(70,19,141); }
div.DivClassName
{
background-color: #46138D;
}
.BgClassName
{
background-color: #46138D;
}
</style>
border-color css
<style>
span { border-color: #46138D; }
span { border-color: rgb(70,19,141); }
td.TdClassName
{
border-color: #46138D;
}
.TagClassName
{
border-color: #46138D;
}
</style>