Shades of Indigo #46016E
Tints of Indigo #46016E
RGB
CMYK
RGB Variations
Color information
#46016E (or 0x46016E) is known color: Indigo. HEX triplet: 46, 01 and 6E. RGB value is (70,1,110). Sum of RGB (Red+Green+Blue) = 70+1+110=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 1 (0.78% from 255 or 0.55% from 181); Blue value is 110 (43.36% from 255 or 60.77% from 181); Max value from RGB is 110 - color contains mainly: blue. Hex color #46016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46016E is #B9FE91. Grayscale: #212121. Windows color (decimal): -12189330 or 7209286. OLE color: 7209286.
HSL color Cylindrical-coordinate representation of color #46016E: hue angle of 277.98º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #46016E is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 70 | 1 | 110 | - |
| CMYK | 0.36 | 0.99 | 0 | 0.57 |
| HSL | 277.98º | 0.98% | 0.22% | - |
| HSV(B) | 277.98º | 0.99% | 0.43% | - |
| XYZ | 5.35 | 2.45 | 14.94 | - |
| YUV | 34.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 110 | 0.36 | 0.99 | 0 | 0.57 | 277.98 | 0.98 | 0.22 |
| Hex | 46 | 1 | 6E | 24 | 63 | 0 | 39 | 116 | 62 | 16 |
| Octal | 106 | 1 | 156 | 44 | 143 | 0 | 71 | 426 | 142 | 26 |
| Binary | 1000110 | 1 | 1101110 | 100100 | 1100011 | 0 | 111001 | 100010110 | 1100010 | 10110 |
Color Harmonies of #46016E
Complementary color
Monochromatic Colors of #46016E
Black with #46016E
Text Example
Text Example
White with #46016E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46016E; }
p { color: rgb(70,1,110); }
H1.HeaderClassName
{
color: #46016E;
}
.AnyTagClassName
{
color: #46016E;
}
</style>
background-color css
<style>
a { background-color: #46016E; }
a { background-color: rgb(70,1,110); }
div.DivClassName
{
background-color: #46016E;
}
.BgClassName
{
background-color: #46016E;
}
</style>
border-color css
<style>
span { border-color: #46016E; }
span { border-color: rgb(70,1,110); }
td.TdClassName
{
border-color: #46016E;
}
.TagClassName
{
border-color: #46016E;
}
</style>