Shades of Indigo #46107B
Tints of Indigo #46107B
RGB
CMYK
RGB Variations
Color information
#46107B (or 0x46107B) is known color: Indigo. HEX triplet: 46, 10 and 7B. RGB value is (70,16,123). Sum of RGB (Red+Green+Blue) = 70+16+123=209 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.49% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 123 (48.44% from 255 or 58.85% from 209); Max value from RGB is 123 - color contains mainly: blue. Hex color #46107B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46107B is #B9EF84. Grayscale: #2B2B2B. Windows color (decimal): -12185477 or 8065094. OLE color: 8065094.
HSL color Cylindrical-coordinate representation of color #46107B: hue angle of 270.28º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46107B is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 70 | 16 | 123 | - |
| CMYK | 0.43 | 0.87 | 0 | 0.52 |
| HSL | 270.28º | 0.77% | 0.27% | - |
| HSV(B) | 270.28º | 0.87% | 0.48% | - |
| XYZ | 6.29 | 3.1 | 19.01 | - |
| YUV | 44.34 | 172.39 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 16 | 123 | 0.43 | 0.87 | 0 | 0.52 | 270.28 | 0.77 | 0.27 |
| Hex | 46 | 10 | 7B | 2B | 57 | 0 | 34 | 10E | 4D | 1B |
| Octal | 106 | 20 | 173 | 53 | 127 | 0 | 64 | 416 | 115 | 33 |
| Binary | 1000110 | 10000 | 1111011 | 101011 | 1010111 | 0 | 110100 | 100001110 | 1001101 | 11011 |
Color Harmonies of #46107B
Complementary color
Monochromatic Colors of #46107B
Black with #46107B
Text Example
Text Example
White with #46107B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46107B; }
p { color: rgb(70,16,123); }
H1.HeaderClassName
{
color: #46107B;
}
.AnyTagClassName
{
color: #46107B;
}
</style>
background-color css
<style>
a { background-color: #46107B; }
a { background-color: rgb(70,16,123); }
div.DivClassName
{
background-color: #46107B;
}
.BgClassName
{
background-color: #46107B;
}
</style>
border-color css
<style>
span { border-color: #46107B; }
span { border-color: rgb(70,16,123); }
td.TdClassName
{
border-color: #46107B;
}
.TagClassName
{
border-color: #46107B;
}
</style>