Shades of Indigo #461397
Tints of Indigo #461397
RGB
CMYK
RGB Variations
Color information
#461397 (or 0x461397) is known color: Indigo. HEX triplet: 46, 13 and 97. RGB value is (70,19,151). Sum of RGB (Red+Green+Blue) = 70+19+151=240 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.17% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 151 (59.38% from 255 or 62.92% from 240); Max value from RGB is 151 - color contains mainly: blue. Hex color #461397 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461397 is #B9EC68. Grayscale: #303030. Windows color (decimal): -12184681 or 9900870. OLE color: 9900870.
HSL color Cylindrical-coordinate representation of color #461397: hue angle of 263.18º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #461397 is Cyan = 0.54, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 70 | 19 | 151 | - |
| CMYK | 0.54 | 0.87 | 0 | 0.41 |
| HSL | 263.18º | 0.78% | 0.33% | - |
| HSV(B) | 263.18º | 0.87% | 0.59% | - |
| XYZ | 8.34 | 4 | 29.61 | - |
| YUV | 49.3 | 185.4 | 142.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 151 | 0.54 | 0.87 | 0 | 0.41 | 263.18 | 0.78 | 0.33 |
| Hex | 46 | 13 | 97 | 36 | 57 | 0 | 29 | 107 | 4E | 21 |
| Octal | 106 | 23 | 227 | 66 | 127 | 0 | 51 | 407 | 116 | 41 |
| Binary | 1000110 | 10011 | 10010111 | 110110 | 1010111 | 0 | 101001 | 100000111 | 1001110 | 100001 |
Color Harmonies of #461397
Complementary color
Monochromatic Colors of #461397
Black with #461397
Text Example
Text Example
White with #461397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461397; }
p { color: rgb(70,19,151); }
H1.HeaderClassName
{
color: #461397;
}
.AnyTagClassName
{
color: #461397;
}
</style>
background-color css
<style>
a { background-color: #461397; }
a { background-color: rgb(70,19,151); }
div.DivClassName
{
background-color: #461397;
}
.BgClassName
{
background-color: #461397;
}
</style>
border-color css
<style>
span { border-color: #461397; }
span { border-color: rgb(70,19,151); }
td.TdClassName
{
border-color: #461397;
}
.TagClassName
{
border-color: #461397;
}
</style>