Shades of Indigo #460198
Tints of Indigo #460198
RGB
CMYK
RGB Variations
Color information
#460198 (or 0x460198) is known color: Indigo. HEX triplet: 46, 01 and 98. RGB value is (70,1,152). Sum of RGB (Red+Green+Blue) = 70+1+152=223 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.39% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 152 (59.77% from 255 or 68.16% from 223); Max value from RGB is 152 - color contains mainly: blue. Hex color #460198 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460198 is #B9FE67. Grayscale: #262626. Windows color (decimal): -12189288 or 9961798. OLE color: 9961798.
HSL color Cylindrical-coordinate representation of color #460198: hue angle of 267.42º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460198 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 1 | 152 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.40 |
| HSL | 267.42º | 0.99% | 0.3% | - |
| HSV(B) | 267.42º | 0.99% | 0.6% | - |
| XYZ | 8.2 | 3.59 | 29.97 | - |
| YUV | 38.85 | 191.86 | 150.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 152 | 0.54 | 0.99 | 0 | 0.40 | 267.42 | 0.99 | 0.3 |
| Hex | 46 | 1 | 98 | 36 | 63 | 0 | 28 | 10B | 63 | 1E |
| Octal | 106 | 1 | 230 | 66 | 143 | 0 | 50 | 413 | 143 | 36 |
| Binary | 1000110 | 1 | 10011000 | 110110 | 1100011 | 0 | 101000 | 100001011 | 1100011 | 11110 |
Color Harmonies of #460198
Complementary color
Monochromatic Colors of #460198
Black with #460198
Text Example
Text Example
White with #460198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460198; }
p { color: rgb(70,1,152); }
H1.HeaderClassName
{
color: #460198;
}
.AnyTagClassName
{
color: #460198;
}
</style>
background-color css
<style>
a { background-color: #460198; }
a { background-color: rgb(70,1,152); }
div.DivClassName
{
background-color: #460198;
}
.BgClassName
{
background-color: #460198;
}
</style>
border-color css
<style>
span { border-color: #460198; }
span { border-color: rgb(70,1,152); }
td.TdClassName
{
border-color: #460198;
}
.TagClassName
{
border-color: #460198;
}
</style>