Shades of Indigo #46147B
Tints of Indigo #46147B
RGB
CMYK
RGB Variations
Color information
#46147B (or 0x46147B) is known color: Indigo. HEX triplet: 46, 14 and 7B. RGB value is (70,20,123). Sum of RGB (Red+Green+Blue) = 70+20+123=213 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.86% from 213); Green value is 20 (8.20% from 255 or 9.39% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #46147B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46147B is #B9EB84. Grayscale: #2E2E2E. Windows color (decimal): -12184453 or 8066118. OLE color: 8066118.
HSL color Cylindrical-coordinate representation of color #46147B: hue angle of 269.13º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46147B is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 20 | 123 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.52 |
| HSL | 269.13º | 0.72% | 0.28% | - |
| HSV(B) | 269.13º | 0.84% | 0.48% | - |
| XYZ | 6.35 | 3.23 | 19.03 | - |
| YUV | 46.69 | 171.07 | 144.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 123 | 0.43 | 0.84 | 0 | 0.52 | 269.13 | 0.72 | 0.28 |
| Hex | 46 | 14 | 7B | 2B | 54 | 0 | 34 | 10D | 48 | 1C |
| Octal | 106 | 24 | 173 | 53 | 124 | 0 | 64 | 415 | 110 | 34 |
| Binary | 1000110 | 10100 | 1111011 | 101011 | 1010100 | 0 | 110100 | 100001101 | 1001000 | 11100 |
Color Harmonies of #46147B
Complementary color
Monochromatic Colors of #46147B
Black with #46147B
Text Example
Text Example
White with #46147B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46147B; }
p { color: rgb(70,20,123); }
H1.HeaderClassName
{
color: #46147B;
}
.AnyTagClassName
{
color: #46147B;
}
</style>
background-color css
<style>
a { background-color: #46147B; }
a { background-color: rgb(70,20,123); }
div.DivClassName
{
background-color: #46147B;
}
.BgClassName
{
background-color: #46147B;
}
</style>
border-color css
<style>
span { border-color: #46147B; }
span { border-color: rgb(70,20,123); }
td.TdClassName
{
border-color: #46147B;
}
.TagClassName
{
border-color: #46147B;
}
</style>