Shades of Indigo #460E98
Tints of Indigo #460E98
RGB
CMYK
RGB Variations
Color information
#460E98 (or 0x460E98) is known color: Indigo. HEX triplet: 46, 0E and 98. RGB value is (70,14,152). Sum of RGB (Red+Green+Blue) = 70+14+152=236 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.66% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #460E98 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460E98 is #B9F167. Grayscale: #2D2D2D. Windows color (decimal): -12185960 or 9965126. OLE color: 9965126.
HSL color Cylindrical-coordinate representation of color #460E98: hue angle of 264.35º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460E98 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 14 | 152 | - |
| CMYK | 0.54 | 0.91 | 0 | 0.40 |
| HSL | 264.35º | 0.83% | 0.33% | - |
| HSV(B) | 264.35º | 0.91% | 0.6% | - |
| XYZ | 8.35 | 3.88 | 30.02 | - |
| YUV | 46.48 | 187.55 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 152 | 0.54 | 0.91 | 0 | 0.40 | 264.35 | 0.83 | 0.33 |
| Hex | 46 | E | 98 | 36 | 5B | 0 | 28 | 108 | 53 | 21 |
| Octal | 106 | 16 | 230 | 66 | 133 | 0 | 50 | 410 | 123 | 41 |
| Binary | 1000110 | 1110 | 10011000 | 110110 | 1011011 | 0 | 101000 | 100001000 | 1010011 | 100001 |
Color Harmonies of #460E98
Complementary color
Monochromatic Colors of #460E98
Black with #460E98
Text Example
Text Example
White with #460E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E98; }
p { color: rgb(70,14,152); }
H1.HeaderClassName
{
color: #460E98;
}
.AnyTagClassName
{
color: #460E98;
}
</style>
background-color css
<style>
a { background-color: #460E98; }
a { background-color: rgb(70,14,152); }
div.DivClassName
{
background-color: #460E98;
}
.BgClassName
{
background-color: #460E98;
}
</style>
border-color css
<style>
span { border-color: #460E98; }
span { border-color: rgb(70,14,152); }
td.TdClassName
{
border-color: #460E98;
}
.TagClassName
{
border-color: #460E98;
}
</style>