Shades of Indigo #46107D
Tints of Indigo #46107D
RGB
CMYK
RGB Variations
Color information
#46107D (or 0x46107D) is known color: Indigo. HEX triplet: 46, 10 and 7D. RGB value is (70,16,125). Sum of RGB (Red+Green+Blue) = 70+16+125=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #46107D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46107D is #B9EF82. Grayscale: #2C2C2C. Windows color (decimal): -12185475 or 8196166. OLE color: 8196166.
HSL color Cylindrical-coordinate representation of color #46107D: hue angle of 269.72º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46107D is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 16 | 125 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.51 |
| HSL | 269.72º | 0.77% | 0.28% | - |
| HSV(B) | 269.72º | 0.87% | 0.49% | - |
| XYZ | 6.41 | 3.15 | 19.67 | - |
| YUV | 44.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 125 | 0.44 | 0.87 | 0 | 0.51 | 269.72 | 0.77 | 0.28 |
| Hex | 46 | 10 | 7D | 2C | 57 | 0 | 33 | 10E | 4D | 1C |
| Octal | 106 | 20 | 175 | 54 | 127 | 0 | 63 | 416 | 115 | 34 |
| Binary | 1000110 | 10000 | 1111101 | 101100 | 1010111 | 0 | 110011 | 100001110 | 1001101 | 11100 |
Color Harmonies of #46107D
Complementary color
Monochromatic Colors of #46107D
Black with #46107D
Text Example
Text Example
White with #46107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46107D; }
p { color: rgb(70,16,125); }
H1.HeaderClassName
{
color: #46107D;
}
.AnyTagClassName
{
color: #46107D;
}
</style>
background-color css
<style>
a { background-color: #46107D; }
a { background-color: rgb(70,16,125); }
div.DivClassName
{
background-color: #46107D;
}
.BgClassName
{
background-color: #46107D;
}
</style>
border-color css
<style>
span { border-color: #46107D; }
span { border-color: rgb(70,16,125); }
td.TdClassName
{
border-color: #46107D;
}
.TagClassName
{
border-color: #46107D;
}
</style>