Shades of Indigo #460B7C
Tints of Indigo #460B7C
RGB
CMYK
RGB Variations
Color information
#460B7C (or 0x460B7C) is known color: Indigo. HEX triplet: 46, 0B and 7C. RGB value is (70,11,124). Sum of RGB (Red+Green+Blue) = 70+11+124=205 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.15% from 205); Green value is 11 (4.69% from 255 or 5.37% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #460B7C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B7C is #B9F483. Grayscale: #292929. Windows color (decimal): -12186756 or 8129350. OLE color: 8129350.
HSL color Cylindrical-coordinate representation of color #460B7C: hue angle of 271.33º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460B7C is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 11 | 124 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.51 |
| HSL | 271.33º | 0.84% | 0.26% | - |
| HSV(B) | 271.33º | 0.91% | 0.49% | - |
| XYZ | 6.28 | 3 | 19.32 | - |
| YUV | 41.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 124 | 0.44 | 0.91 | 0 | 0.51 | 271.33 | 0.84 | 0.26 |
| Hex | 46 | B | 7C | 2C | 5B | 0 | 33 | 10F | 54 | 1A |
| Octal | 106 | 13 | 174 | 54 | 133 | 0 | 63 | 417 | 124 | 32 |
| Binary | 1000110 | 1011 | 1111100 | 101100 | 1011011 | 0 | 110011 | 100001111 | 1010100 | 11010 |
Color Harmonies of #460B7C
Complementary color
Monochromatic Colors of #460B7C
Black with #460B7C
Text Example
Text Example
White with #460B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B7C; }
p { color: rgb(70,11,124); }
H1.HeaderClassName
{
color: #460B7C;
}
.AnyTagClassName
{
color: #460B7C;
}
</style>
background-color css
<style>
a { background-color: #460B7C; }
a { background-color: rgb(70,11,124); }
div.DivClassName
{
background-color: #460B7C;
}
.BgClassName
{
background-color: #460B7C;
}
</style>
border-color css
<style>
span { border-color: #460B7C; }
span { border-color: rgb(70,11,124); }
td.TdClassName
{
border-color: #460B7C;
}
.TagClassName
{
border-color: #460B7C;
}
</style>