Shades of Indigo #460B9D
Tints of Indigo #460B9D
RGB
CMYK
RGB Variations
Color information
#460B9D (or 0x460B9D) is known color: Indigo. HEX triplet: 46, 0B and 9D. RGB value is (70,11,157). Sum of RGB (Red+Green+Blue) = 70+11+157=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #460B9D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #460B9D is #B9F462. Grayscale: #2C2C2C. Windows color (decimal): -12186723 or 10292038. OLE color: 10292038.
HSL color Cylindrical-coordinate representation of color #460B9D: hue angle of 264.25º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #460B9D is Cyan = 0.55, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 70 | 11 | 157 | - |
| CMYK | 0.55 | 0.93 | 0 | 0.38 |
| HSL | 264.25º | 0.87% | 0.33% | - |
| HSV(B) | 264.25º | 0.93% | 0.62% | - |
| XYZ | 8.73 | 3.98 | 32.21 | - |
| YUV | 45.29 | 191.05 | 145.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 11 | 157 | 0.55 | 0.93 | 0 | 0.38 | 264.25 | 0.87 | 0.33 |
| Hex | 46 | B | 9D | 37 | 5D | 0 | 26 | 108 | 57 | 21 |
| Octal | 106 | 13 | 235 | 67 | 135 | 0 | 46 | 410 | 127 | 41 |
| Binary | 1000110 | 1011 | 10011101 | 110111 | 1011101 | 0 | 100110 | 100001000 | 1010111 | 100001 |
Color Harmonies of #460B9D
Complementary color
Monochromatic Colors of #460B9D
Black with #460B9D
Text Example
Text Example
White with #460B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460B9D; }
p { color: rgb(70,11,157); }
H1.HeaderClassName
{
color: #460B9D;
}
.AnyTagClassName
{
color: #460B9D;
}
</style>
background-color css
<style>
a { background-color: #460B9D; }
a { background-color: rgb(70,11,157); }
div.DivClassName
{
background-color: #460B9D;
}
.BgClassName
{
background-color: #460B9D;
}
</style>
border-color css
<style>
span { border-color: #460B9D; }
span { border-color: rgb(70,11,157); }
td.TdClassName
{
border-color: #460B9D;
}
.TagClassName
{
border-color: #460B9D;
}
</style>