Shades of Indigo #461593
Tints of Indigo #461593
RGB
CMYK
RGB Variations
Color information
#461593 (or 0x461593) is known color: Indigo. HEX triplet: 46, 15 and 93. RGB value is (70,21,147). Sum of RGB (Red+Green+Blue) = 70+21+147=238 (31% of max value = 765). Red value is 70 (27.73% from 255 or 29.41% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #461593 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #461593 is #B9EA6C. Grayscale: #313131. Windows color (decimal): -12184173 or 9639238. OLE color: 9639238.
HSL color Cylindrical-coordinate representation of color #461593: hue angle of 263.33º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #461593 is Cyan = 0.52, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 70 | 21 | 147 | - |
| CMYK | 0.52 | 0.86 | 0 | 0.42 |
| HSL | 263.33º | 0.75% | 0.33% | - |
| HSV(B) | 263.33º | 0.86% | 0.58% | - |
| XYZ | 8.06 | 3.95 | 27.94 | - |
| YUV | 50.02 | 182.73 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 147 | 0.52 | 0.86 | 0 | 0.42 | 263.33 | 0.75 | 0.33 |
| Hex | 46 | 15 | 93 | 34 | 56 | 0 | 2A | 107 | 4B | 21 |
| Octal | 106 | 25 | 223 | 64 | 126 | 0 | 52 | 407 | 113 | 41 |
| Binary | 1000110 | 10101 | 10010011 | 110100 | 1010110 | 0 | 101010 | 100000111 | 1001011 | 100001 |
Color Harmonies of #461593
Complementary color
Monochromatic Colors of #461593
Black with #461593
Text Example
Text Example
White with #461593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461593; }
p { color: rgb(70,21,147); }
H1.HeaderClassName
{
color: #461593;
}
.AnyTagClassName
{
color: #461593;
}
</style>
background-color css
<style>
a { background-color: #461593; }
a { background-color: rgb(70,21,147); }
div.DivClassName
{
background-color: #461593;
}
.BgClassName
{
background-color: #461593;
}
</style>
border-color css
<style>
span { border-color: #461593; }
span { border-color: rgb(70,21,147); }
td.TdClassName
{
border-color: #461593;
}
.TagClassName
{
border-color: #461593;
}
</style>