Shades of Indigo #46148D
Tints of Indigo #46148D
RGB
CMYK
RGB Variations
Color information
#46148D (or 0x46148D) is known color: Indigo. HEX triplet: 46, 14 and 8D. RGB value is (70,20,141). Sum of RGB (Red+Green+Blue) = 70+20+141=231 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.30% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 141 (55.47% from 255 or 61.04% from 231); Max value from RGB is 141 - color contains mainly: blue. Hex color #46148D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46148D is #B9EB72. Grayscale: #303030. Windows color (decimal): -12184435 or 9245766. OLE color: 9245766.
HSL color Cylindrical-coordinate representation of color #46148D: hue angle of 264.79º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #46148D is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 20 | 141 | - |
| CMYK | 0.50 | 0.86 | 0 | 0.45 |
| HSL | 264.79º | 0.75% | 0.32% | - |
| HSV(B) | 264.79º | 0.86% | 0.55% | - |
| XYZ | 7.58 | 3.73 | 25.52 | - |
| YUV | 48.74 | 180.07 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 141 | 0.50 | 0.86 | 0 | 0.45 | 264.79 | 0.75 | 0.32 |
| Hex | 46 | 14 | 8D | 32 | 56 | 0 | 2D | 109 | 4B | 20 |
| Octal | 106 | 24 | 215 | 62 | 126 | 0 | 55 | 411 | 113 | 40 |
| Binary | 1000110 | 10100 | 10001101 | 110010 | 1010110 | 0 | 101101 | 100001001 | 1001011 | 100000 |
Color Harmonies of #46148D
Complementary color
Monochromatic Colors of #46148D
Black with #46148D
Text Example
Text Example
White with #46148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46148D; }
p { color: rgb(70,20,141); }
H1.HeaderClassName
{
color: #46148D;
}
.AnyTagClassName
{
color: #46148D;
}
</style>
background-color css
<style>
a { background-color: #46148D; }
a { background-color: rgb(70,20,141); }
div.DivClassName
{
background-color: #46148D;
}
.BgClassName
{
background-color: #46148D;
}
</style>
border-color css
<style>
span { border-color: #46148D; }
span { border-color: rgb(70,20,141); }
td.TdClassName
{
border-color: #46148D;
}
.TagClassName
{
border-color: #46148D;
}
</style>