Shades of Indigo #460F9A
Tints of Indigo #460F9A
RGB
CMYK
RGB Variations
Color information
#460F9A (or 0x460F9A) is known color: Indigo. HEX triplet: 46, 0F and 9A. RGB value is (70,15,154). Sum of RGB (Red+Green+Blue) = 70+15+154=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #460F9A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460F9A is #B9F065. Grayscale: #2E2E2E. Windows color (decimal): -12185702 or 10096454. OLE color: 10096454.
HSL color Cylindrical-coordinate representation of color #460F9A: hue angle of 263.74º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460F9A is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 15 | 154 | - |
| CMYK | 0.55 | 0.90 | 0 | 0.40 |
| HSL | 263.74º | 0.82% | 0.33% | - |
| HSV(B) | 263.74º | 0.9% | 0.6% | - |
| XYZ | 8.53 | 3.98 | 30.89 | - |
| YUV | 47.29 | 188.22 | 144.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 154 | 0.55 | 0.90 | 0 | 0.40 | 263.74 | 0.82 | 0.33 |
| Hex | 46 | F | 9A | 37 | 5A | 0 | 28 | 108 | 52 | 21 |
| Octal | 106 | 17 | 232 | 67 | 132 | 0 | 50 | 410 | 122 | 41 |
| Binary | 1000110 | 1111 | 10011010 | 110111 | 1011010 | 0 | 101000 | 100001000 | 1010010 | 100001 |
Color Harmonies of #460F9A
Complementary color
Monochromatic Colors of #460F9A
Black with #460F9A
Text Example
Text Example
White with #460F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F9A; }
p { color: rgb(70,15,154); }
H1.HeaderClassName
{
color: #460F9A;
}
.AnyTagClassName
{
color: #460F9A;
}
</style>
background-color css
<style>
a { background-color: #460F9A; }
a { background-color: rgb(70,15,154); }
div.DivClassName
{
background-color: #460F9A;
}
.BgClassName
{
background-color: #460F9A;
}
</style>
border-color css
<style>
span { border-color: #460F9A; }
span { border-color: rgb(70,15,154); }
td.TdClassName
{
border-color: #460F9A;
}
.TagClassName
{
border-color: #460F9A;
}
</style>