Shades of Indigo #460194
Tints of Indigo #460194
RGB
CMYK
RGB Variations
Color information
#460194 (or 0x460194) is known color: Indigo. HEX triplet: 46, 01 and 94. RGB value is (70,1,148). Sum of RGB (Red+Green+Blue) = 70+1+148=219 (29% of max value = 765). Red value is 70 (27.73% from 255 or 31.96% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #460194 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460194 is #B9FE6B. Grayscale: #252525. Windows color (decimal): -12189292 or 9699654. OLE color: 9699654.
HSL color Cylindrical-coordinate representation of color #460194: hue angle of 268.16º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #460194 is Cyan = 0.53, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 1 | 148 | - |
| CMYK | 0.53 | 0.99 | 0 | 0.42 |
| HSL | 268.16º | 0.99% | 0.29% | - |
| HSV(B) | 268.16º | 0.99% | 0.58% | - |
| XYZ | 7.88 | 3.46 | 28.27 | - |
| YUV | 38.39 | 189.86 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 1 | 148 | 0.53 | 0.99 | 0 | 0.42 | 268.16 | 0.99 | 0.29 |
| Hex | 46 | 1 | 94 | 35 | 63 | 0 | 2A | 10C | 63 | 1D |
| Octal | 106 | 1 | 224 | 65 | 143 | 0 | 52 | 414 | 143 | 35 |
| Binary | 1000110 | 1 | 10010100 | 110101 | 1100011 | 0 | 101010 | 100001100 | 1100011 | 11101 |
Color Harmonies of #460194
Complementary color
Monochromatic Colors of #460194
Black with #460194
Text Example
Text Example
White with #460194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460194; }
p { color: rgb(70,1,148); }
H1.HeaderClassName
{
color: #460194;
}
.AnyTagClassName
{
color: #460194;
}
</style>
background-color css
<style>
a { background-color: #460194; }
a { background-color: rgb(70,1,148); }
div.DivClassName
{
background-color: #460194;
}
.BgClassName
{
background-color: #460194;
}
</style>
border-color css
<style>
span { border-color: #460194; }
span { border-color: rgb(70,1,148); }
td.TdClassName
{
border-color: #460194;
}
.TagClassName
{
border-color: #460194;
}
</style>