Shades of Indigo #46147F
Tints of Indigo #46147F
RGB
CMYK
RGB Variations
Color information
#46147F (or 0x46147F) is known color: Indigo. HEX triplet: 46, 14 and 7F. RGB value is (70,20,127). Sum of RGB (Red+Green+Blue) = 70+20+127=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 20 (8.20% from 255 or 9.22% from 217); Blue value is 127 (50% from 255 or 58.53% from 217); Max value from RGB is 127 - color contains mainly: blue. Hex color #46147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46147F is #B9EB80. Grayscale: #2E2E2E. Windows color (decimal): -12184449 or 8328262. OLE color: 8328262.
HSL color Cylindrical-coordinate representation of color #46147F: hue angle of 268.04º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46147F is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 20 | 127 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.50 |
| HSL | 268.04º | 0.73% | 0.29% | - |
| HSV(B) | 268.04º | 0.84% | 0.5% | - |
| XYZ | 6.61 | 3.33 | 20.37 | - |
| YUV | 47.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 127 | 0.45 | 0.84 | 0 | 0.50 | 268.04 | 0.73 | 0.29 |
| Hex | 46 | 14 | 7F | 2D | 54 | 0 | 32 | 10C | 49 | 1D |
| Octal | 106 | 24 | 177 | 55 | 124 | 0 | 62 | 414 | 111 | 35 |
| Binary | 1000110 | 10100 | 1111111 | 101101 | 1010100 | 0 | 110010 | 100001100 | 1001001 | 11101 |
Color Harmonies of #46147F
Complementary color
Monochromatic Colors of #46147F
Black with #46147F
Text Example
Text Example
White with #46147F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46147F; }
p { color: rgb(70,20,127); }
H1.HeaderClassName
{
color: #46147F;
}
.AnyTagClassName
{
color: #46147F;
}
</style>
background-color css
<style>
a { background-color: #46147F; }
a { background-color: rgb(70,20,127); }
div.DivClassName
{
background-color: #46147F;
}
.BgClassName
{
background-color: #46147F;
}
</style>
border-color css
<style>
span { border-color: #46147F; }
span { border-color: rgb(70,20,127); }
td.TdClassName
{
border-color: #46147F;
}
.TagClassName
{
border-color: #46147F;
}
</style>