Shades of Indigo #460B7E
Tints of Indigo #460B7E
RGB
CMYK
RGB Variations
Color information
#460B7E (or 0x460B7E) is known color: Indigo. HEX triplet: 46, 0B and 7E. RGB value is (70,11,126). Sum of RGB (Red+Green+Blue) = 70+11+126=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 126 (49.61% from 255 or 60.87% from 207); Max value from RGB is 126 - color contains mainly: blue. Hex color #460B7E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B7E is #B9F481. Grayscale: #292929. Windows color (decimal): -12186754 or 8260422. OLE color: 8260422.
HSL color Cylindrical-coordinate representation of color #460B7E: hue angle of 270.78º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460B7E is Cyan = 0.44, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 70 | 11 | 126 | - |
| CMYK | 0.44 | 0.91 | 0 | 0.51 |
| HSL | 270.78º | 0.84% | 0.27% | - |
| HSV(B) | 270.78º | 0.91% | 0.49% | - |
| XYZ | 6.41 | 3.05 | 19.99 | - |
| YUV | 41.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 126 | 0.44 | 0.91 | 0 | 0.51 | 270.78 | 0.84 | 0.27 |
| Hex | 46 | B | 7E | 2C | 5B | 0 | 33 | 10F | 54 | 1B |
| Octal | 106 | 13 | 176 | 54 | 133 | 0 | 63 | 417 | 124 | 33 |
| Binary | 1000110 | 1011 | 1111110 | 101100 | 1011011 | 0 | 110011 | 100001111 | 1010100 | 11011 |
Color Harmonies of #460B7E
Complementary color
Monochromatic Colors of #460B7E
Black with #460B7E
Text Example
Text Example
White with #460B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B7E; }
p { color: rgb(70,11,126); }
H1.HeaderClassName
{
color: #460B7E;
}
.AnyTagClassName
{
color: #460B7E;
}
</style>
background-color css
<style>
a { background-color: #460B7E; }
a { background-color: rgb(70,11,126); }
div.DivClassName
{
background-color: #460B7E;
}
.BgClassName
{
background-color: #460B7E;
}
</style>
border-color css
<style>
span { border-color: #460B7E; }
span { border-color: rgb(70,11,126); }
td.TdClassName
{
border-color: #460B7E;
}
.TagClassName
{
border-color: #460B7E;
}
</style>