Shades of Indigo #460C65
Tints of Indigo #460C65
RGB
CMYK
RGB Variations
Color information
#460C65 (or 0x460C65) is known color: Indigo. HEX triplet: 46, 0C and 65. RGB value is (70,12,101). Sum of RGB (Red+Green+Blue) = 70+12+101=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 101 (39.84% from 255 or 55.19% from 183); Max value from RGB is 101 - color contains mainly: blue. Hex color #460C65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C65 is #B9F39A. Grayscale: #272727. Windows color (decimal): -12186523 or 6622278. OLE color: 6622278.
HSL color Cylindrical-coordinate representation of color #460C65: hue angle of 279.1º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460C65 is Cyan = 0.31, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 12 | 101 | - |
| CMYK | 0.31 | 0.88 | 0 | 0.60 |
| HSL | 279.1º | 0.79% | 0.22% | - |
| HSV(B) | 279.1º | 0.88% | 0.4% | - |
| XYZ | 5.01 | 2.5 | 12.53 | - |
| YUV | 39.49 | 162.72 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 101 | 0.31 | 0.88 | 0 | 0.60 | 279.1 | 0.79 | 0.22 |
| Hex | 46 | C | 65 | 1F | 58 | 0 | 3C | 117 | 4F | 16 |
| Octal | 106 | 14 | 145 | 37 | 130 | 0 | 74 | 427 | 117 | 26 |
| Binary | 1000110 | 1100 | 1100101 | 11111 | 1011000 | 0 | 111100 | 100010111 | 1001111 | 10110 |
Color Harmonies of #460C65
Complementary color
Monochromatic Colors of #460C65
Black with #460C65
Text Example
Text Example
White with #460C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C65; }
p { color: rgb(70,12,101); }
H1.HeaderClassName
{
color: #460C65;
}
.AnyTagClassName
{
color: #460C65;
}
</style>
background-color css
<style>
a { background-color: #460C65; }
a { background-color: rgb(70,12,101); }
div.DivClassName
{
background-color: #460C65;
}
.BgClassName
{
background-color: #460C65;
}
</style>
border-color css
<style>
span { border-color: #460C65; }
span { border-color: rgb(70,12,101); }
td.TdClassName
{
border-color: #460C65;
}
.TagClassName
{
border-color: #460C65;
}
</style>