Shades of Indigo #460C67
Tints of Indigo #460C67
RGB
CMYK
RGB Variations
Color information
#460C67 (or 0x460C67) is known color: Indigo. HEX triplet: 46, 0C and 67. RGB value is (70,12,103). Sum of RGB (Red+Green+Blue) = 70+12+103=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 12 (5.08% from 255 or 6.49% from 185); Blue value is 103 (40.62% from 255 or 55.68% from 185); Max value from RGB is 103 - color contains mainly: blue. Hex color #460C67 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C67 is #B9F398. Grayscale: #272727. Windows color (decimal): -12186521 or 6753350. OLE color: 6753350.
HSL color Cylindrical-coordinate representation of color #460C67: hue angle of 278.24º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #460C67 is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 70 | 12 | 103 | - |
| CMYK | 0.32 | 0.88 | 0 | 0.60 |
| HSL | 278.24º | 0.79% | 0.23% | - |
| HSV(B) | 278.24º | 0.88% | 0.4% | - |
| XYZ | 5.11 | 2.54 | 13.05 | - |
| YUV | 39.72 | 163.72 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 103 | 0.32 | 0.88 | 0 | 0.60 | 278.24 | 0.79 | 0.23 |
| Hex | 46 | C | 67 | 20 | 58 | 0 | 3C | 116 | 4F | 17 |
| Octal | 106 | 14 | 147 | 40 | 130 | 0 | 74 | 426 | 117 | 27 |
| Binary | 1000110 | 1100 | 1100111 | 100000 | 1011000 | 0 | 111100 | 100010110 | 1001111 | 10111 |
Color Harmonies of #460C67
Complementary color
Monochromatic Colors of #460C67
Black with #460C67
Text Example
Text Example
White with #460C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C67; }
p { color: rgb(70,12,103); }
H1.HeaderClassName
{
color: #460C67;
}
.AnyTagClassName
{
color: #460C67;
}
</style>
background-color css
<style>
a { background-color: #460C67; }
a { background-color: rgb(70,12,103); }
div.DivClassName
{
background-color: #460C67;
}
.BgClassName
{
background-color: #460C67;
}
</style>
border-color css
<style>
span { border-color: #460C67; }
span { border-color: rgb(70,12,103); }
td.TdClassName
{
border-color: #460C67;
}
.TagClassName
{
border-color: #460C67;
}
</style>