Shades of Indigo #460965
Tints of Indigo #460965
RGB
CMYK
RGB Variations
Color information
#460965 (or 0x460965) is known color: Indigo. HEX triplet: 46, 09 and 65. RGB value is (70,9,101). Sum of RGB (Red+Green+Blue) = 70+9+101=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 9 (3.91% from 255 or 5% from 180); Blue value is 101 (39.84% from 255 or 56.11% from 180); Max value from RGB is 101 - color contains mainly: blue. Hex color #460965 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460965 is #B9F69A. Grayscale: #252525. Windows color (decimal): -12187291 or 6621510. OLE color: 6621510.
HSL color Cylindrical-coordinate representation of color #460965: hue angle of 279.78º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460965 is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 9 | 101 | - |
| CMYK | 0.31 | 0.91 | 0 | 0.60 |
| HSL | 279.78º | 0.84% | 0.22% | - |
| HSV(B) | 279.78º | 0.91% | 0.4% | - |
| XYZ | 4.97 | 2.44 | 12.52 | - |
| YUV | 37.73 | 163.71 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 9 | 101 | 0.31 | 0.91 | 0 | 0.60 | 279.78 | 0.84 | 0.22 |
| Hex | 46 | 9 | 65 | 1F | 5B | 0 | 3C | 118 | 54 | 16 |
| Octal | 106 | 11 | 145 | 37 | 133 | 0 | 74 | 430 | 124 | 26 |
| Binary | 1000110 | 1001 | 1100101 | 11111 | 1011011 | 0 | 111100 | 100011000 | 1010100 | 10110 |
Color Harmonies of #460965
Complementary color
Monochromatic Colors of #460965
Black with #460965
Text Example
Text Example
White with #460965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460965; }
p { color: rgb(70,9,101); }
H1.HeaderClassName
{
color: #460965;
}
.AnyTagClassName
{
color: #460965;
}
</style>
background-color css
<style>
a { background-color: #460965; }
a { background-color: rgb(70,9,101); }
div.DivClassName
{
background-color: #460965;
}
.BgClassName
{
background-color: #460965;
}
</style>
border-color css
<style>
span { border-color: #460965; }
span { border-color: rgb(70,9,101); }
td.TdClassName
{
border-color: #460965;
}
.TagClassName
{
border-color: #460965;
}
</style>