Shades of Indigo #460993
Tints of Indigo #460993
RGB
CMYK
RGB Variations
Color information
#460993 (or 0x460993) is known color: Indigo. HEX triplet: 46, 09 and 93. RGB value is (70,9,147). Sum of RGB (Red+Green+Blue) = 70+9+147=226 (29% of max value = 765). Red value is 70 (27.73% from 255 or 30.97% from 226); Green value is 9 (3.91% from 255 or 3.98% from 226); Blue value is 147 (57.81% from 255 or 65.04% from 226); Max value from RGB is 147 - color contains mainly: blue. Hex color #460993 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460993 is #B9F66C. Grayscale: #2A2A2A. Windows color (decimal): -12187245 or 9636166. OLE color: 9636166.
HSL color Cylindrical-coordinate representation of color #460993: hue angle of 266.52º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #460993 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 9 | 147 | - |
| CMYK | 0.52 | 0.94 | 0 | 0.42 |
| HSL | 266.52º | 0.88% | 0.31% | - |
| HSV(B) | 266.52º | 0.94% | 0.58% | - |
| XYZ | 7.89 | 3.6 | 27.88 | - |
| YUV | 42.97 | 186.71 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 147 | 0.52 | 0.94 | 0 | 0.42 | 266.52 | 0.88 | 0.31 |
| Hex | 46 | 9 | 93 | 34 | 5E | 0 | 2A | 10B | 58 | 1F |
| Octal | 106 | 11 | 223 | 64 | 136 | 0 | 52 | 413 | 130 | 37 |
| Binary | 1000110 | 1001 | 10010011 | 110100 | 1011110 | 0 | 101010 | 100001011 | 1011000 | 11111 |
Color Harmonies of #460993
Complementary color
Monochromatic Colors of #460993
Black with #460993
Text Example
Text Example
White with #460993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460993; }
p { color: rgb(70,9,147); }
H1.HeaderClassName
{
color: #460993;
}
.AnyTagClassName
{
color: #460993;
}
</style>
background-color css
<style>
a { background-color: #460993; }
a { background-color: rgb(70,9,147); }
div.DivClassName
{
background-color: #460993;
}
.BgClassName
{
background-color: #460993;
}
</style>
border-color css
<style>
span { border-color: #460993; }
span { border-color: rgb(70,9,147); }
td.TdClassName
{
border-color: #460993;
}
.TagClassName
{
border-color: #460993;
}
</style>