Shades of Indigo #461297
Tints of Indigo #461297
RGB
CMYK
RGB Variations
Color information
#461297 (or 0x461297) is known color: Indigo. HEX triplet: 46, 12 and 97. RGB value is (70,18,151). Sum of RGB (Red+Green+Blue) = 70+18+151=239 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.29% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #461297 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461297 is #B9ED68. Grayscale: #303030. Windows color (decimal): -12184937 or 9900614. OLE color: 9900614.
HSL color Cylindrical-coordinate representation of color #461297: hue angle of 263.46º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #461297 is Cyan = 0.54, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 18 | 151 | - |
| CMYK | 0.54 | 0.88 | 0 | 0.41 |
| HSL | 263.46º | 0.79% | 0.33% | - |
| HSV(B) | 263.46º | 0.88% | 0.59% | - |
| XYZ | 8.33 | 3.97 | 29.61 | - |
| YUV | 48.71 | 185.73 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 151 | 0.54 | 0.88 | 0 | 0.41 | 263.46 | 0.79 | 0.33 |
| Hex | 46 | 12 | 97 | 36 | 58 | 0 | 29 | 107 | 4F | 21 |
| Octal | 106 | 22 | 227 | 66 | 130 | 0 | 51 | 407 | 117 | 41 |
| Binary | 1000110 | 10010 | 10010111 | 110110 | 1011000 | 0 | 101001 | 100000111 | 1001111 | 100001 |
Color Harmonies of #461297
Complementary color
Monochromatic Colors of #461297
Black with #461297
Text Example
Text Example
White with #461297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461297; }
p { color: rgb(70,18,151); }
H1.HeaderClassName
{
color: #461297;
}
.AnyTagClassName
{
color: #461297;
}
</style>
background-color css
<style>
a { background-color: #461297; }
a { background-color: rgb(70,18,151); }
div.DivClassName
{
background-color: #461297;
}
.BgClassName
{
background-color: #461297;
}
</style>
border-color css
<style>
span { border-color: #461297; }
span { border-color: rgb(70,18,151); }
td.TdClassName
{
border-color: #461297;
}
.TagClassName
{
border-color: #461297;
}
</style>