Shades of Indigo #460798
Tints of Indigo #460798
RGB
CMYK
RGB Variations
Color information
#460798 (or 0x460798) is known color: Indigo. HEX triplet: 46, 07 and 98. RGB value is (70,7,152). Sum of RGB (Red+Green+Blue) = 70+7+152=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 152 (59.77% from 255 or 66.38% from 229); Max value from RGB is 152 - color contains mainly: blue. Hex color #460798 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460798 is #B9F867. Grayscale: #292929. Windows color (decimal): -12187752 or 9963334. OLE color: 9963334.
HSL color Cylindrical-coordinate representation of color #460798: hue angle of 266.07º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #460798 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 70 | 7 | 152 | - |
| CMYK | 0.54 | 0.95 | 0 | 0.40 |
| HSL | 266.07º | 0.91% | 0.31% | - |
| HSV(B) | 266.07º | 0.95% | 0.6% | - |
| XYZ | 8.27 | 3.72 | 29.99 | - |
| YUV | 42.37 | 189.87 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 7 | 152 | 0.54 | 0.95 | 0 | 0.40 | 266.07 | 0.91 | 0.31 |
| Hex | 46 | 7 | 98 | 36 | 5F | 0 | 28 | 10A | 5B | 1F |
| Octal | 106 | 7 | 230 | 66 | 137 | 0 | 50 | 412 | 133 | 37 |
| Binary | 1000110 | 111 | 10011000 | 110110 | 1011111 | 0 | 101000 | 100001010 | 1011011 | 11111 |
Color Harmonies of #460798
Complementary color
Monochromatic Colors of #460798
Black with #460798
Text Example
Text Example
White with #460798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460798; }
p { color: rgb(70,7,152); }
H1.HeaderClassName
{
color: #460798;
}
.AnyTagClassName
{
color: #460798;
}
</style>
background-color css
<style>
a { background-color: #460798; }
a { background-color: rgb(70,7,152); }
div.DivClassName
{
background-color: #460798;
}
.BgClassName
{
background-color: #460798;
}
</style>
border-color css
<style>
span { border-color: #460798; }
span { border-color: rgb(70,7,152); }
td.TdClassName
{
border-color: #460798;
}
.TagClassName
{
border-color: #460798;
}
</style>