Shades of Indigo #460298
Tints of Indigo #460298
RGB
CMYK
RGB Variations
Color information
#460298 (or 0x460298) is known color: Indigo. HEX triplet: 46, 02 and 98. RGB value is (70,2,152). Sum of RGB (Red+Green+Blue) = 70+2+152=224 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.25% from 224); Green value is 2 (1.17% from 255 or 0.89% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #460298 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460298 is #B9FD67. Grayscale: #262626. Windows color (decimal): -12189032 or 9962054. OLE color: 9962054.
HSL color Cylindrical-coordinate representation of color #460298: hue angle of 267.2º degrees, saturation: 0.97, 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 #460298 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 2 | 152 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.40 |
| HSL | 267.2º | 0.97% | 0.3% | - |
| HSV(B) | 267.2º | 0.99% | 0.6% | - |
| XYZ | 8.21 | 3.61 | 29.97 | - |
| YUV | 39.43 | 191.53 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 2 | 152 | 0.54 | 0.99 | 0 | 0.40 | 267.2 | 0.97 | 0.3 |
| Hex | 46 | 2 | 98 | 36 | 63 | 0 | 28 | 10B | 61 | 1E |
| Octal | 106 | 2 | 230 | 66 | 143 | 0 | 50 | 413 | 141 | 36 |
| Binary | 1000110 | 10 | 10011000 | 110110 | 1100011 | 0 | 101000 | 100001011 | 1100001 | 11110 |
Color Harmonies of #460298
Complementary color
Monochromatic Colors of #460298
Black with #460298
Text Example
Text Example
White with #460298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460298; }
p { color: rgb(70,2,152); }
H1.HeaderClassName
{
color: #460298;
}
.AnyTagClassName
{
color: #460298;
}
</style>
background-color css
<style>
a { background-color: #460298; }
a { background-color: rgb(70,2,152); }
div.DivClassName
{
background-color: #460298;
}
.BgClassName
{
background-color: #460298;
}
</style>
border-color css
<style>
span { border-color: #460298; }
span { border-color: rgb(70,2,152); }
td.TdClassName
{
border-color: #460298;
}
.TagClassName
{
border-color: #460298;
}
</style>