Shades of Indigo #460C9D
Tints of Indigo #460C9D
RGB
CMYK
RGB Variations
Color information
#460C9D (or 0x460C9D) is known color: Indigo. HEX triplet: 46, 0C and 9D. RGB value is (70,12,157). Sum of RGB (Red+Green+Blue) = 70+12+157=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #460C9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460C9D is #B9F362. Grayscale: #2D2D2D. Windows color (decimal): -12186467 or 10292294. OLE color: 10292294.
HSL color Cylindrical-coordinate representation of color #460C9D: hue angle of 264º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #460C9D is Cyan = 0.55, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 12 | 157 | - |
| CMYK | 0.55 | 0.92 | 0 | 0.38 |
| HSL | 264º | 0.86% | 0.33% | - |
| HSV(B) | 264º | 0.92% | 0.62% | - |
| XYZ | 8.74 | 4 | 32.21 | - |
| YUV | 45.87 | 190.72 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 12 | 157 | 0.55 | 0.92 | 0 | 0.38 | 264 | 0.86 | 0.33 |
| Hex | 46 | C | 9D | 37 | 5C | 0 | 26 | 108 | 56 | 21 |
| Octal | 106 | 14 | 235 | 67 | 134 | 0 | 46 | 410 | 126 | 41 |
| Binary | 1000110 | 1100 | 10011101 | 110111 | 1011100 | 0 | 100110 | 100001000 | 1010110 | 100001 |
Color Harmonies of #460C9D
Complementary color
Monochromatic Colors of #460C9D
Black with #460C9D
Text Example
Text Example
White with #460C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460C9D; }
p { color: rgb(70,12,157); }
H1.HeaderClassName
{
color: #460C9D;
}
.AnyTagClassName
{
color: #460C9D;
}
</style>
background-color css
<style>
a { background-color: #460C9D; }
a { background-color: rgb(70,12,157); }
div.DivClassName
{
background-color: #460C9D;
}
.BgClassName
{
background-color: #460C9D;
}
</style>
border-color css
<style>
span { border-color: #460C9D; }
span { border-color: rgb(70,12,157); }
td.TdClassName
{
border-color: #460C9D;
}
.TagClassName
{
border-color: #460C9D;
}
</style>