Shades of Indigo #461480
Tints of Indigo #461480
RGB
CMYK
RGB Variations
Color information
#461480 (or 0x461480) is known color: Indigo. HEX triplet: 46, 14 and 80. RGB value is (70,20,128). Sum of RGB (Red+Green+Blue) = 70+20+128=218 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.11% from 218); Green value is 20 (8.20% from 255 or 9.17% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #461480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461480 is #B9EB7F. Grayscale: #2E2E2E. Windows color (decimal): -12184448 or 8393798. OLE color: 8393798.
HSL color Cylindrical-coordinate representation of color #461480: hue angle of 267.78º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #461480 is Cyan = 0.45, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 70 | 20 | 128 | - |
| CMYK | 0.45 | 0.84 | 0 | 0.50 |
| HSL | 267.78º | 0.73% | 0.29% | - |
| HSV(B) | 267.78º | 0.84% | 0.5% | - |
| XYZ | 6.67 | 3.36 | 20.72 | - |
| YUV | 47.26 | 173.57 | 144.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 128 | 0.45 | 0.84 | 0 | 0.50 | 267.78 | 0.73 | 0.29 |
| Hex | 46 | 14 | 80 | 2D | 54 | 0 | 32 | 10C | 49 | 1D |
| Octal | 106 | 24 | 200 | 55 | 124 | 0 | 62 | 414 | 111 | 35 |
| Binary | 1000110 | 10100 | 10000000 | 101101 | 1010100 | 0 | 110010 | 100001100 | 1001001 | 11101 |
Color Harmonies of #461480
Complementary color
Monochromatic Colors of #461480
Black with #461480
Text Example
Text Example
White with #461480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461480; }
p { color: rgb(70,20,128); }
H1.HeaderClassName
{
color: #461480;
}
.AnyTagClassName
{
color: #461480;
}
</style>
background-color css
<style>
a { background-color: #461480; }
a { background-color: rgb(70,20,128); }
div.DivClassName
{
background-color: #461480;
}
.BgClassName
{
background-color: #461480;
}
</style>
border-color css
<style>
span { border-color: #461480; }
span { border-color: rgb(70,20,128); }
td.TdClassName
{
border-color: #461480;
}
.TagClassName
{
border-color: #461480;
}
</style>