Shades of Indigo #46137B
Tints of Indigo #46137B
RGB
CMYK
RGB Variations
Color information
#46137B (or 0x46137B) is known color: Indigo. HEX triplet: 46, 13 and 7B. RGB value is (70,19,123). Sum of RGB (Red+Green+Blue) = 70+19+123=212 (28% of max value = 765). Red value is 70 (27.73% from 255 or 33.02% from 212); Green value is 19 (7.81% from 255 or 8.96% from 212); Blue value is 123 (48.44% from 255 or 58.02% from 212); Max value from RGB is 123 - color contains mainly: blue. Hex color #46137B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46137B is #B9EC84. Grayscale: #2D2D2D. Windows color (decimal): -12184709 or 8065862. OLE color: 8065862.
HSL color Cylindrical-coordinate representation of color #46137B: hue angle of 269.42º degrees, saturation: 0.73, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #46137B is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 19 | 123 | - |
| CMYK | 0.43 | 0.85 | 0 | 0.52 |
| HSL | 269.42º | 0.73% | 0.28% | - |
| HSV(B) | 269.42º | 0.85% | 0.48% | - |
| XYZ | 6.33 | 3.2 | 19.02 | - |
| YUV | 46.11 | 171.4 | 145.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 123 | 0.43 | 0.85 | 0 | 0.52 | 269.42 | 0.73 | 0.28 |
| Hex | 46 | 13 | 7B | 2B | 55 | 0 | 34 | 10D | 49 | 1C |
| Octal | 106 | 23 | 173 | 53 | 125 | 0 | 64 | 415 | 111 | 34 |
| Binary | 1000110 | 10011 | 1111011 | 101011 | 1010101 | 0 | 110100 | 100001101 | 1001001 | 11100 |
Color Harmonies of #46137B
Complementary color
Monochromatic Colors of #46137B
Black with #46137B
Text Example
Text Example
White with #46137B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46137B; }
p { color: rgb(70,19,123); }
H1.HeaderClassName
{
color: #46137B;
}
.AnyTagClassName
{
color: #46137B;
}
</style>
background-color css
<style>
a { background-color: #46137B; }
a { background-color: rgb(70,19,123); }
div.DivClassName
{
background-color: #46137B;
}
.BgClassName
{
background-color: #46137B;
}
</style>
border-color css
<style>
span { border-color: #46137B; }
span { border-color: rgb(70,19,123); }
td.TdClassName
{
border-color: #46137B;
}
.TagClassName
{
border-color: #46137B;
}
</style>