Shades of Indigo #460093
Tints of Indigo #460093
RGB
CMYK
RGB Variations
Color information
#460093 (or 0x460093) is known color: Indigo. HEX triplet: 46, 00 and 93. RGB value is (70,0,147). Sum of RGB (Red+Green+Blue) = 70+0+147=217 (28% of max value = 765). Red value is 70 (27.73% from 255 or 32.26% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #460093 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460093 is #B9FF6C. Grayscale: #252525. Windows color (decimal): -12189549 or 9633862. OLE color: 9633862.
HSL color Cylindrical-coordinate representation of color #460093: hue angle of 268.57º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #460093 is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 0 | 147 | - |
| CMYK | 0.52 | 1 | 0 | 0.42 |
| HSL | 268.57º | 1% | 0.29% | - |
| HSV(B) | 268.57º | 1% | 0.58% | - |
| XYZ | 7.79 | 3.41 | 27.85 | - |
| YUV | 37.69 | 189.69 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 0 | 147 | 0.52 | 1 | 0 | 0.42 | 268.57 | 1 | 0.29 |
| Hex | 46 | 0 | 93 | 34 | 64 | 0 | 2A | 10D | 64 | 1D |
| Octal | 106 | 0 | 223 | 64 | 144 | 0 | 52 | 415 | 144 | 35 |
| Binary | 1000110 | 0 | 10010011 | 110100 | 1100100 | 0 | 101010 | 100001101 | 1100100 | 11101 |
Color Harmonies of #460093
Complementary color
Monochromatic Colors of #460093
Black with #460093
Text Example
Text Example
White with #460093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460093; }
p { color: rgb(70,0,147); }
H1.HeaderClassName
{
color: #460093;
}
.AnyTagClassName
{
color: #460093;
}
</style>
background-color css
<style>
a { background-color: #460093; }
a { background-color: rgb(70,0,147); }
div.DivClassName
{
background-color: #460093;
}
.BgClassName
{
background-color: #460093;
}
</style>
border-color css
<style>
span { border-color: #460093; }
span { border-color: rgb(70,0,147); }
td.TdClassName
{
border-color: #460093;
}
.TagClassName
{
border-color: #460093;
}
</style>