Shades of Indigo #460169
Tints of Indigo #460169
RGB
CMYK
RGB Variations
Color information
#460169 (or 0x460169) is known color: Indigo. HEX triplet: 46, 01 and 69. RGB value is (70,1,105). Sum of RGB (Red+Green+Blue) = 70+1+105=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 105 (41.41% from 255 or 59.66% from 176); Max value from RGB is 105 - color contains mainly: blue. Hex color #460169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460169 is #B9FE96. Grayscale: #212121. Windows color (decimal): -12189335 or 6881606. OLE color: 6881606.
HSL color Cylindrical-coordinate representation of color #460169: hue angle of 279.81º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460169 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 70 | 1 | 105 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.59 |
| HSL | 279.81º | 0.98% | 0.21% | - |
| HSV(B) | 279.81º | 0.99% | 0.41% | - |
| XYZ | 5.09 | 2.34 | 13.55 | - |
| YUV | 33.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 105 | 0.33 | 0.99 | 0 | 0.59 | 279.81 | 0.98 | 0.21 |
| Hex | 46 | 1 | 69 | 21 | 63 | 0 | 3B | 118 | 62 | 15 |
| Octal | 106 | 1 | 151 | 41 | 143 | 0 | 73 | 430 | 142 | 25 |
| Binary | 1000110 | 1 | 1101001 | 100001 | 1100011 | 0 | 111011 | 100011000 | 1100010 | 10101 |
Color Harmonies of #460169
Complementary color
Monochromatic Colors of #460169
Black with #460169
Text Example
Text Example
White with #460169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460169; }
p { color: rgb(70,1,105); }
H1.HeaderClassName
{
color: #460169;
}
.AnyTagClassName
{
color: #460169;
}
</style>
background-color css
<style>
a { background-color: #460169; }
a { background-color: rgb(70,1,105); }
div.DivClassName
{
background-color: #460169;
}
.BgClassName
{
background-color: #460169;
}
</style>
border-color css
<style>
span { border-color: #460169; }
span { border-color: rgb(70,1,105); }
td.TdClassName
{
border-color: #460169;
}
.TagClassName
{
border-color: #460169;
}
</style>