Shades of Indigo #460C81
Tints of Indigo #460C81
RGB
CMYK
RGB Variations
Color information
#460C81 (or 0x460C81) is known color: Indigo. HEX triplet: 46, 0C and 81. RGB value is (70,12,129). Sum of RGB (Red+Green+Blue) = 70+12+129=211 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.18% from 211); Green value is 12 (5.08% from 255 or 5.69% from 211); Blue value is 129 (50.78% from 255 or 61.14% from 211); Max value from RGB is 129 - color contains mainly: blue. Hex color #460C81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460C81 is #B9F37E. Grayscale: #2A2A2A. Windows color (decimal): -12186495 or 8457286. OLE color: 8457286.
HSL color Cylindrical-coordinate representation of color #460C81: hue angle of 269.74º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460C81 is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 70 | 12 | 129 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.49 |
| HSL | 269.74º | 0.83% | 0.28% | - |
| HSV(B) | 269.74º | 0.91% | 0.51% | - |
| XYZ | 6.62 | 3.15 | 21.03 | - |
| YUV | 42.68 | 176.72 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 129 | 0.46 | 0.91 | 0 | 0.49 | 269.74 | 0.83 | 0.28 |
| Hex | 46 | C | 81 | 2E | 5B | 0 | 31 | 10E | 53 | 1C |
| Octal | 106 | 14 | 201 | 56 | 133 | 0 | 61 | 416 | 123 | 34 |
| Binary | 1000110 | 1100 | 10000001 | 101110 | 1011011 | 0 | 110001 | 100001110 | 1010011 | 11100 |
Color Harmonies of #460C81
Complementary color
Monochromatic Colors of #460C81
Black with #460C81
Text Example
Text Example
White with #460C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C81; }
p { color: rgb(70,12,129); }
H1.HeaderClassName
{
color: #460C81;
}
.AnyTagClassName
{
color: #460C81;
}
</style>
background-color css
<style>
a { background-color: #460C81; }
a { background-color: rgb(70,12,129); }
div.DivClassName
{
background-color: #460C81;
}
.BgClassName
{
background-color: #460C81;
}
</style>
border-color css
<style>
span { border-color: #460C81; }
span { border-color: rgb(70,12,129); }
td.TdClassName
{
border-color: #460C81;
}
.TagClassName
{
border-color: #460C81;
}
</style>