Shades of Indigo #460F69
Tints of Indigo #460F69
RGB
CMYK
RGB Variations
Color information
#460F69 (or 0x460F69) is known color: Indigo. HEX triplet: 46, 0F and 69. RGB value is (70,15,105). Sum of RGB (Red+Green+Blue) = 70+15+105=190 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.84% from 190); Green value is 15 (6.25% from 255 or 7.89% from 190); Blue value is 105 (41.41% from 255 or 55.26% from 190); Max value from RGB is 105 - color contains mainly: blue. Hex color #460F69 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460F69 is #B9F096. Grayscale: #292929. Windows color (decimal): -12185751 or 6885190. OLE color: 6885190.
HSL color Cylindrical-coordinate representation of color #460F69: hue angle of 276.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #460F69 is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 15 | 105 | - |
| CMYK | 0.33 | 0.86 | 0 | 0.59 |
| HSL | 276.67º | 0.75% | 0.24% | - |
| HSV(B) | 276.67º | 0.86% | 0.41% | - |
| XYZ | 5.25 | 2.66 | 13.6 | - |
| YUV | 41.71 | 163.72 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 105 | 0.33 | 0.86 | 0 | 0.59 | 276.67 | 0.75 | 0.24 |
| Hex | 46 | F | 69 | 21 | 56 | 0 | 3B | 115 | 4B | 18 |
| Octal | 106 | 17 | 151 | 41 | 126 | 0 | 73 | 425 | 113 | 30 |
| Binary | 1000110 | 1111 | 1101001 | 100001 | 1010110 | 0 | 111011 | 100010101 | 1001011 | 11000 |
Color Harmonies of #460F69
Complementary color
Monochromatic Colors of #460F69
Black with #460F69
Text Example
Text Example
White with #460F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F69; }
p { color: rgb(70,15,105); }
H1.HeaderClassName
{
color: #460F69;
}
.AnyTagClassName
{
color: #460F69;
}
</style>
background-color css
<style>
a { background-color: #460F69; }
a { background-color: rgb(70,15,105); }
div.DivClassName
{
background-color: #460F69;
}
.BgClassName
{
background-color: #460F69;
}
</style>
border-color css
<style>
span { border-color: #460F69; }
span { border-color: rgb(70,15,105); }
td.TdClassName
{
border-color: #460F69;
}
.TagClassName
{
border-color: #460F69;
}
</style>