Shades of Indigo #461379
Tints of Indigo #461379
RGB
CMYK
RGB Variations
Color information
#461379 (or 0x461379) is known color: Indigo. HEX triplet: 46, 13 and 79. RGB value is (70,19,121). Sum of RGB (Red+Green+Blue) = 70+19+121=210 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.33% from 210); Green value is 19 (7.81% from 255 or 9.05% from 210); Blue value is 121 (47.66% from 255 or 57.62% from 210); Max value from RGB is 121 - color contains mainly: blue. Hex color #461379 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461379 is #B9EC86. Grayscale: #2D2D2D. Windows color (decimal): -12184711 or 7934790. OLE color: 7934790.
HSL color Cylindrical-coordinate representation of color #461379: hue angle of 270º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461379 is Cyan = 0.42, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 70 | 19 | 121 | - |
| CMYK | 0.42 | 0.84 | 0 | 0.53 |
| HSL | 270º | 0.73% | 0.27% | - |
| HSV(B) | 270º | 0.84% | 0.47% | - |
| XYZ | 6.21 | 3.15 | 18.37 | - |
| YUV | 45.88 | 170.4 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 121 | 0.42 | 0.84 | 0 | 0.53 | 270 | 0.73 | 0.27 |
| Hex | 46 | 13 | 79 | 2A | 54 | 0 | 35 | 10E | 49 | 1B |
| Octal | 106 | 23 | 171 | 52 | 124 | 0 | 65 | 416 | 111 | 33 |
| Binary | 1000110 | 10011 | 1111001 | 101010 | 1010100 | 0 | 110101 | 100001110 | 1001001 | 11011 |
Color Harmonies of #461379
Complementary color
Monochromatic Colors of #461379
Black with #461379
Text Example
Text Example
White with #461379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461379; }
p { color: rgb(70,19,121); }
H1.HeaderClassName
{
color: #461379;
}
.AnyTagClassName
{
color: #461379;
}
</style>
background-color css
<style>
a { background-color: #461379; }
a { background-color: rgb(70,19,121); }
div.DivClassName
{
background-color: #461379;
}
.BgClassName
{
background-color: #461379;
}
</style>
border-color css
<style>
span { border-color: #461379; }
span { border-color: rgb(70,19,121); }
td.TdClassName
{
border-color: #461379;
}
.TagClassName
{
border-color: #461379;
}
</style>