Shades of Indigo #460975
Tints of Indigo #460975
RGB
CMYK
RGB Variations
Color information
#460975 (or 0x460975) is known color: Indigo. HEX triplet: 46, 09 and 75. RGB value is (70,9,117). Sum of RGB (Red+Green+Blue) = 70+9+117=196 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.71% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #460975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460975 is #B9F68A. Grayscale: #272727. Windows color (decimal): -12187275 or 7670086. OLE color: 7670086.
HSL color Cylindrical-coordinate representation of color #460975: hue angle of 273.89º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460975 is Cyan = 0.40, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 70 | 9 | 117 | - |
| CMYK | 0.40 | 0.92 | 0 | 0.54 |
| HSL | 273.89º | 0.86% | 0.25% | - |
| HSV(B) | 273.89º | 0.92% | 0.46% | - |
| XYZ | 5.83 | 2.78 | 17.06 | - |
| YUV | 39.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 117 | 0.40 | 0.92 | 0 | 0.54 | 273.89 | 0.86 | 0.25 |
| Hex | 46 | 9 | 75 | 28 | 5C | 0 | 36 | 112 | 56 | 19 |
| Octal | 106 | 11 | 165 | 50 | 134 | 0 | 66 | 422 | 126 | 31 |
| Binary | 1000110 | 1001 | 1110101 | 101000 | 1011100 | 0 | 110110 | 100010010 | 1010110 | 11001 |
Color Harmonies of #460975
Complementary color
Monochromatic Colors of #460975
Black with #460975
Text Example
Text Example
White with #460975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460975; }
p { color: rgb(70,9,117); }
H1.HeaderClassName
{
color: #460975;
}
.AnyTagClassName
{
color: #460975;
}
</style>
background-color css
<style>
a { background-color: #460975; }
a { background-color: rgb(70,9,117); }
div.DivClassName
{
background-color: #460975;
}
.BgClassName
{
background-color: #460975;
}
</style>
border-color css
<style>
span { border-color: #460975; }
span { border-color: rgb(70,9,117); }
td.TdClassName
{
border-color: #460975;
}
.TagClassName
{
border-color: #460975;
}
</style>