Shades of Indigo #46108B
Tints of Indigo #46108B
RGB
CMYK
RGB Variations
Color information
#46108B (or 0x46108B) is known color: Indigo. HEX triplet: 46, 10 and 8B. RGB value is (70,16,139). Sum of RGB (Red+Green+Blue) = 70+16+139=225 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.11% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 139 (54.69% from 255 or 61.78% from 225); Max value from RGB is 139 - color contains mainly: blue. Hex color #46108B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #46108B is #B9EF74. Grayscale: #2D2D2D. Windows color (decimal): -12185461 or 9113670. OLE color: 9113670.
HSL color Cylindrical-coordinate representation of color #46108B: hue angle of 266.34º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #46108B is Cyan = 0.50, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 70 | 16 | 139 | - |
| CMYK | 0.50 | 0.88 | 0 | 0.45 |
| HSL | 266.34º | 0.79% | 0.3% | - |
| HSV(B) | 266.34º | 0.88% | 0.55% | - |
| XYZ | 7.37 | 3.54 | 24.72 | - |
| YUV | 46.17 | 180.39 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 139 | 0.50 | 0.88 | 0 | 0.45 | 266.34 | 0.79 | 0.3 |
| Hex | 46 | 10 | 8B | 32 | 58 | 0 | 2D | 10A | 4F | 1E |
| Octal | 106 | 20 | 213 | 62 | 130 | 0 | 55 | 412 | 117 | 36 |
| Binary | 1000110 | 10000 | 10001011 | 110010 | 1011000 | 0 | 101101 | 100001010 | 1001111 | 11110 |
Color Harmonies of #46108B
Complementary color
Monochromatic Colors of #46108B
Black with #46108B
Text Example
Text Example
White with #46108B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46108B; }
p { color: rgb(70,16,139); }
H1.HeaderClassName
{
color: #46108B;
}
.AnyTagClassName
{
color: #46108B;
}
</style>
background-color css
<style>
a { background-color: #46108B; }
a { background-color: rgb(70,16,139); }
div.DivClassName
{
background-color: #46108B;
}
.BgClassName
{
background-color: #46108B;
}
</style>
border-color css
<style>
span { border-color: #46108B; }
span { border-color: rgb(70,16,139); }
td.TdClassName
{
border-color: #46108B;
}
.TagClassName
{
border-color: #46108B;
}
</style>