Shades of Indigo #460FAA
Tints of Indigo #460FAA
RGB
CMYK
RGB Variations
Color information
#460FAA (or 0x460FAA) is known color: Indigo. HEX triplet: 46, 0F and AA. RGB value is (70,15,170). Sum of RGB (Red+Green+Blue) = 70+15+170=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 15 (6.25% from 255 or 5.88% from 255); Blue value is 170 (66.80% from 255 or 66.67% from 255); Max value from RGB is 170 - color contains mainly: blue. Hex color #460FAA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460FAA is #B9F055. Grayscale: #303030. Windows color (decimal): -12185686 or 11145030. OLE color: 11145030.
HSL color Cylindrical-coordinate representation of color #460FAA: hue angle of 261.29º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460FAA is Cyan = 0.59, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 70 | 15 | 170 | - |
| CMYK | 0.59 | 0.91 | 0 | 0.33 |
| HSL | 261.29º | 0.84% | 0.36% | - |
| HSV(B) | 261.29º | 0.91% | 0.67% | - |
| XYZ | 9.95 | 4.55 | 38.38 | - |
| YUV | 49.12 | 196.22 | 142.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 170 | 0.59 | 0.91 | 0 | 0.33 | 261.29 | 0.84 | 0.36 |
| Hex | 46 | F | AA | 3B | 5B | 0 | 21 | 105 | 54 | 24 |
| Octal | 106 | 17 | 252 | 73 | 133 | 0 | 41 | 405 | 124 | 44 |
| Binary | 1000110 | 1111 | 10101010 | 111011 | 1011011 | 0 | 100001 | 100000101 | 1010100 | 100100 |
Color Harmonies of #460FAA
Complementary color
Monochromatic Colors of #460FAA
Black with #460FAA
Text Example
Text Example
White with #460FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460FAA; }
p { color: rgb(70,15,170); }
H1.HeaderClassName
{
color: #460FAA;
}
.AnyTagClassName
{
color: #460FAA;
}
</style>
background-color css
<style>
a { background-color: #460FAA; }
a { background-color: rgb(70,15,170); }
div.DivClassName
{
background-color: #460FAA;
}
.BgClassName
{
background-color: #460FAA;
}
</style>
border-color css
<style>
span { border-color: #460FAA; }
span { border-color: rgb(70,15,170); }
td.TdClassName
{
border-color: #460FAA;
}
.TagClassName
{
border-color: #460FAA;
}
</style>