Shades of Indigo #46157B
Tints of Indigo #46157B
RGB
CMYK
RGB Variations
Color information
#46157B (or 0x46157B) is known color: Indigo. HEX triplet: 46, 15 and 7B. RGB value is (70,21,123). Sum of RGB (Red+Green+Blue) = 70+21+123=214 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.71% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 123 (48.44% from 255 or 57.48% from 214); Max value from RGB is 123 - color contains mainly: blue. Hex color #46157B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46157B is #B9EA84. Grayscale: #2E2E2E. Windows color (decimal): -12184197 or 8066374. OLE color: 8066374.
HSL color Cylindrical-coordinate representation of color #46157B: hue angle of 268.82º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46157B is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 21 | 123 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.52 |
| HSL | 268.82º | 0.71% | 0.28% | - |
| HSV(B) | 268.82º | 0.83% | 0.48% | - |
| XYZ | 6.37 | 3.27 | 19.03 | - |
| YUV | 47.28 | 170.73 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 123 | 0.43 | 0.83 | 0 | 0.52 | 268.82 | 0.71 | 0.28 |
| Hex | 46 | 15 | 7B | 2B | 53 | 0 | 34 | 10D | 47 | 1C |
| Octal | 106 | 25 | 173 | 53 | 123 | 0 | 64 | 415 | 107 | 34 |
| Binary | 1000110 | 10101 | 1111011 | 101011 | 1010011 | 0 | 110100 | 100001101 | 1000111 | 11100 |
Color Harmonies of #46157B
Complementary color
Monochromatic Colors of #46157B
Black with #46157B
Text Example
Text Example
White with #46157B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46157B; }
p { color: rgb(70,21,123); }
H1.HeaderClassName
{
color: #46157B;
}
.AnyTagClassName
{
color: #46157B;
}
</style>
background-color css
<style>
a { background-color: #46157B; }
a { background-color: rgb(70,21,123); }
div.DivClassName
{
background-color: #46157B;
}
.BgClassName
{
background-color: #46157B;
}
</style>
border-color css
<style>
span { border-color: #46157B; }
span { border-color: rgb(70,21,123); }
td.TdClassName
{
border-color: #46157B;
}
.TagClassName
{
border-color: #46157B;
}
</style>