Shades of Indigo #46108F
Tints of Indigo #46108F
RGB
CMYK
RGB Variations
Color information
#46108F (or 0x46108F) is known color: Indigo. HEX triplet: 46, 10 and 8F. RGB value is (70,16,143). Sum of RGB (Red+Green+Blue) = 70+16+143=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 16 (6.64% from 255 or 6.99% from 229); Blue value is 143 (56.25% from 255 or 62.45% from 229); Max value from RGB is 143 - color contains mainly: blue. Hex color #46108F is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46108F is #B9EF70. Grayscale: #2E2E2E. Windows color (decimal): -12185457 or 9375814. OLE color: 9375814.
HSL color Cylindrical-coordinate representation of color #46108F: hue angle of 265.51º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #46108F is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 70 | 16 | 143 | - |
| CMYK | 0.51 | 0.89 | 0 | 0.44 |
| HSL | 265.51º | 0.8% | 0.31% | - |
| HSV(B) | 265.51º | 0.89% | 0.56% | - |
| XYZ | 7.67 | 3.66 | 26.29 | - |
| YUV | 46.62 | 182.39 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 143 | 0.51 | 0.89 | 0 | 0.44 | 265.51 | 0.8 | 0.31 |
| Hex | 46 | 10 | 8F | 33 | 59 | 0 | 2C | 10A | 50 | 1F |
| Octal | 106 | 20 | 217 | 63 | 131 | 0 | 54 | 412 | 120 | 37 |
| Binary | 1000110 | 10000 | 10001111 | 110011 | 1011001 | 0 | 101100 | 100001010 | 1010000 | 11111 |
Color Harmonies of #46108F
Complementary color
Monochromatic Colors of #46108F
Black with #46108F
Text Example
Text Example
White with #46108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46108F; }
p { color: rgb(70,16,143); }
H1.HeaderClassName
{
color: #46108F;
}
.AnyTagClassName
{
color: #46108F;
}
</style>
background-color css
<style>
a { background-color: #46108F; }
a { background-color: rgb(70,16,143); }
div.DivClassName
{
background-color: #46108F;
}
.BgClassName
{
background-color: #46108F;
}
</style>
border-color css
<style>
span { border-color: #46108F; }
span { border-color: rgb(70,16,143); }
td.TdClassName
{
border-color: #46108F;
}
.TagClassName
{
border-color: #46108F;
}
</style>