Shades of Indigo #460B74
Tints of Indigo #460B74
RGB
CMYK
RGB Variations
Color information
#460B74 (or 0x460B74) is known color: Indigo. HEX triplet: 46, 0B and 74. RGB value is (70,11,116). Sum of RGB (Red+Green+Blue) = 70+11+116=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 11 (4.69% from 255 or 5.58% from 197); Blue value is 116 (45.70% from 255 or 58.88% from 197); Max value from RGB is 116 - color contains mainly: blue. Hex color #460B74 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460B74 is #B9F48B. Grayscale: #282828. Windows color (decimal): -12186764 or 7605062. OLE color: 7605062.
HSL color Cylindrical-coordinate representation of color #460B74: hue angle of 273.71º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #460B74 is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 70 | 11 | 116 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.55 |
| HSL | 273.71º | 0.83% | 0.25% | - |
| HSV(B) | 273.71º | 0.91% | 0.45% | - |
| XYZ | 5.8 | 2.8 | 16.76 | - |
| YUV | 40.61 | 170.55 | 148.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 116 | 0.40 | 0.91 | 0 | 0.55 | 273.71 | 0.83 | 0.25 |
| Hex | 46 | B | 74 | 28 | 5B | 0 | 37 | 112 | 53 | 19 |
| Octal | 106 | 13 | 164 | 50 | 133 | 0 | 67 | 422 | 123 | 31 |
| Binary | 1000110 | 1011 | 1110100 | 101000 | 1011011 | 0 | 110111 | 100010010 | 1010011 | 11001 |
Color Harmonies of #460B74
Complementary color
Monochromatic Colors of #460B74
Black with #460B74
Text Example
Text Example
White with #460B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B74; }
p { color: rgb(70,11,116); }
H1.HeaderClassName
{
color: #460B74;
}
.AnyTagClassName
{
color: #460B74;
}
</style>
background-color css
<style>
a { background-color: #460B74; }
a { background-color: rgb(70,11,116); }
div.DivClassName
{
background-color: #460B74;
}
.BgClassName
{
background-color: #460B74;
}
</style>
border-color css
<style>
span { border-color: #460B74; }
span { border-color: rgb(70,11,116); }
td.TdClassName
{
border-color: #460B74;
}
.TagClassName
{
border-color: #460B74;
}
</style>