Shades of Indigo #460D92
Tints of Indigo #460D92
RGB
CMYK
RGB Variations
Color information
#460D92 (or 0x460D92) is known color: Indigo. HEX triplet: 46, 0D and 92. RGB value is (70,13,146). Sum of RGB (Red+Green+Blue) = 70+13+146=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 146 (57.42% from 255 or 63.76% from 229); Max value from RGB is 146 - color contains mainly: blue. Hex color #460D92 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460D92 is #B9F26D. Grayscale: #2C2C2C. Windows color (decimal): -12186222 or 9571654. OLE color: 9571654.
HSL color Cylindrical-coordinate representation of color #460D92: hue angle of 265.71º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460D92 is Cyan = 0.52, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 70 | 13 | 146 | - |
| CMYK | 0.52 | 0.91 | 0 | 0.43 |
| HSL | 265.71º | 0.84% | 0.31% | - |
| HSV(B) | 265.71º | 0.91% | 0.57% | - |
| XYZ | 7.86 | 3.67 | 27.49 | - |
| YUV | 45.21 | 184.88 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 146 | 0.52 | 0.91 | 0 | 0.43 | 265.71 | 0.84 | 0.31 |
| Hex | 46 | D | 92 | 34 | 5B | 0 | 2B | 10A | 54 | 1F |
| Octal | 106 | 15 | 222 | 64 | 133 | 0 | 53 | 412 | 124 | 37 |
| Binary | 1000110 | 1101 | 10010010 | 110100 | 1011011 | 0 | 101011 | 100001010 | 1010100 | 11111 |
Color Harmonies of #460D92
Complementary color
Monochromatic Colors of #460D92
Black with #460D92
Text Example
Text Example
White with #460D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D92; }
p { color: rgb(70,13,146); }
H1.HeaderClassName
{
color: #460D92;
}
.AnyTagClassName
{
color: #460D92;
}
</style>
background-color css
<style>
a { background-color: #460D92; }
a { background-color: rgb(70,13,146); }
div.DivClassName
{
background-color: #460D92;
}
.BgClassName
{
background-color: #460D92;
}
</style>
border-color css
<style>
span { border-color: #460D92; }
span { border-color: rgb(70,13,146); }
td.TdClassName
{
border-color: #460D92;
}
.TagClassName
{
border-color: #460D92;
}
</style>