Shades of Indigo #46036A
Tints of Indigo #46036A
RGB
CMYK
RGB Variations
Color information
#46036A (or 0x46036A) is known color: Indigo. HEX triplet: 46, 03 and 6A. RGB value is (70,3,106). Sum of RGB (Red+Green+Blue) = 70+3+106=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 106 (41.80% from 255 or 59.22% from 179); Max value from RGB is 106 - color contains mainly: blue. Hex color #46036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46036A is #B9FC95. Grayscale: #222222. Windows color (decimal): -12188822 or 6947654. OLE color: 6947654.
HSL color Cylindrical-coordinate representation of color #46036A: hue angle of 279.03º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #46036A is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 70 | 3 | 106 | - |
| CMYK | 0.34 | 0.97 | 0 | 0.58 |
| HSL | 279.03º | 0.94% | 0.21% | - |
| HSV(B) | 279.03º | 0.97% | 0.42% | - |
| XYZ | 5.16 | 2.41 | 13.83 | - |
| YUV | 34.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 3 | 106 | 0.34 | 0.97 | 0 | 0.58 | 279.03 | 0.94 | 0.21 |
| Hex | 46 | 3 | 6A | 22 | 61 | 0 | 3A | 117 | 5E | 15 |
| Octal | 106 | 3 | 152 | 42 | 141 | 0 | 72 | 427 | 136 | 25 |
| Binary | 1000110 | 11 | 1101010 | 100010 | 1100001 | 0 | 111010 | 100010111 | 1011110 | 10101 |
Color Harmonies of #46036A
Complementary color
Monochromatic Colors of #46036A
Black with #46036A
Text Example
Text Example
White with #46036A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46036A; }
p { color: rgb(70,3,106); }
H1.HeaderClassName
{
color: #46036A;
}
.AnyTagClassName
{
color: #46036A;
}
</style>
background-color css
<style>
a { background-color: #46036A; }
a { background-color: rgb(70,3,106); }
div.DivClassName
{
background-color: #46036A;
}
.BgClassName
{
background-color: #46036A;
}
</style>
border-color css
<style>
span { border-color: #46036A; }
span { border-color: rgb(70,3,106); }
td.TdClassName
{
border-color: #46036A;
}
.TagClassName
{
border-color: #46036A;
}
</style>