Shades of Indigo #460F93
Tints of Indigo #460F93
RGB
CMYK
RGB Variations
Color information
#460F93 (or 0x460F93) is known color: Indigo. HEX triplet: 46, 0F and 93. RGB value is (70,15,147). Sum of RGB (Red+Green+Blue) = 70+15+147=232 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.17% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #460F93 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460F93 is #B9F06C. Grayscale: #2E2E2E. Windows color (decimal): -12185709 or 9637702. OLE color: 9637702.
HSL color Cylindrical-coordinate representation of color #460F93: hue angle of 265º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #460F93 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 15 | 147 | - |
| CMYK | 0.52 | 0.90 | 0 | 0.42 |
| HSL | 265º | 0.81% | 0.32% | - |
| HSV(B) | 265º | 0.9% | 0.58% | - |
| XYZ | 7.96 | 3.75 | 27.91 | - |
| YUV | 46.49 | 184.72 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 15 | 147 | 0.52 | 0.90 | 0 | 0.42 | 265 | 0.81 | 0.32 |
| Hex | 46 | F | 93 | 34 | 5A | 0 | 2A | 109 | 51 | 20 |
| Octal | 106 | 17 | 223 | 64 | 132 | 0 | 52 | 411 | 121 | 40 |
| Binary | 1000110 | 1111 | 10010011 | 110100 | 1011010 | 0 | 101010 | 100001001 | 1010001 | 100000 |
Color Harmonies of #460F93
Complementary color
Monochromatic Colors of #460F93
Black with #460F93
Text Example
Text Example
White with #460F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460F93; }
p { color: rgb(70,15,147); }
H1.HeaderClassName
{
color: #460F93;
}
.AnyTagClassName
{
color: #460F93;
}
</style>
background-color css
<style>
a { background-color: #460F93; }
a { background-color: rgb(70,15,147); }
div.DivClassName
{
background-color: #460F93;
}
.BgClassName
{
background-color: #460F93;
}
</style>
border-color css
<style>
span { border-color: #460F93; }
span { border-color: rgb(70,15,147); }
td.TdClassName
{
border-color: #460F93;
}
.TagClassName
{
border-color: #460F93;
}
</style>