Shades of Indigo #460C74
Tints of Indigo #460C74
RGB
CMYK
RGB Variations
Color information
#460C74 (or 0x460C74) is known color: Indigo. HEX triplet: 46, 0C and 74. RGB value is (70,12,116). Sum of RGB (Red+Green+Blue) = 70+12+116=198 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.35% from 198); Green value is 12 (5.08% from 255 or 6.06% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #460C74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460C74 is #B9F38B. Grayscale: #282828. Windows color (decimal): -12186508 or 7605318. OLE color: 7605318.
HSL color Cylindrical-coordinate representation of color #460C74: hue angle of 273.46º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460C74 is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 12 | 116 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.55 |
| HSL | 273.46º | 0.81% | 0.25% | - |
| HSV(B) | 273.46º | 0.9% | 0.45% | - |
| XYZ | 5.81 | 2.83 | 16.76 | - |
| YUV | 41.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 116 | 0.40 | 0.90 | 0 | 0.55 | 273.46 | 0.81 | 0.25 |
| Hex | 46 | C | 74 | 28 | 5A | 0 | 37 | 111 | 51 | 19 |
| Octal | 106 | 14 | 164 | 50 | 132 | 0 | 67 | 421 | 121 | 31 |
| Binary | 1000110 | 1100 | 1110100 | 101000 | 1011010 | 0 | 110111 | 100010001 | 1010001 | 11001 |
Color Harmonies of #460C74
Complementary color
Monochromatic Colors of #460C74
Black with #460C74
Text Example
Text Example
White with #460C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C74; }
p { color: rgb(70,12,116); }
H1.HeaderClassName
{
color: #460C74;
}
.AnyTagClassName
{
color: #460C74;
}
</style>
background-color css
<style>
a { background-color: #460C74; }
a { background-color: rgb(70,12,116); }
div.DivClassName
{
background-color: #460C74;
}
.BgClassName
{
background-color: #460C74;
}
</style>
border-color css
<style>
span { border-color: #460C74; }
span { border-color: rgb(70,12,116); }
td.TdClassName
{
border-color: #460C74;
}
.TagClassName
{
border-color: #460C74;
}
</style>