Shades of Indigo #4515A6
Tints of Indigo #4515A6
RGB
CMYK
RGB Variations
Color information
#4515A6 (or 0x4515A6) is known color: Indigo. HEX triplet: 45, 15 and A6. RGB value is (69,21,166). Sum of RGB (Red+Green+Blue) = 69+21+166=256 (33% of max value = 765). Red value is 69 (27.34% from 255 or 26.95% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 166 (65.23% from 255 or 64.84% from 256); Max value from RGB is 166 - color contains mainly: blue. Hex color #4515A6 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4515A6 is #BAEA59. Grayscale: #333333. Windows color (decimal): -12249690 or 10884421. OLE color: 10884421.
HSL color Cylindrical-coordinate representation of color #4515A6: hue angle of 259.86º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4515A6 is Cyan = 0.58, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 69 | 21 | 166 | - |
| CMYK | 0.58 | 0.87 | 0 | 0.35 |
| HSL | 259.86º | 0.78% | 0.37% | - |
| HSV(B) | 259.86º | 0.87% | 0.65% | - |
| XYZ | 9.61 | 4.55 | 36.45 | - |
| YUV | 51.88 | 192.4 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 21 | 166 | 0.58 | 0.87 | 0 | 0.35 | 259.86 | 0.78 | 0.37 |
| Hex | 45 | 15 | A6 | 3A | 57 | 0 | 23 | 104 | 4E | 25 |
| Octal | 105 | 25 | 246 | 72 | 127 | 0 | 43 | 404 | 116 | 45 |
| Binary | 1000101 | 10101 | 10100110 | 111010 | 1010111 | 0 | 100011 | 100000100 | 1001110 | 100101 |
Color Harmonies of #4515A6
Complementary color
Monochromatic Colors of #4515A6
Black with #4515A6
Text Example
Text Example
White with #4515A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4515A6; }
p { color: rgb(69,21,166); }
H1.HeaderClassName
{
color: #4515A6;
}
.AnyTagClassName
{
color: #4515A6;
}
</style>
background-color css
<style>
a { background-color: #4515A6; }
a { background-color: rgb(69,21,166); }
div.DivClassName
{
background-color: #4515A6;
}
.BgClassName
{
background-color: #4515A6;
}
</style>
border-color css
<style>
span { border-color: #4515A6; }
span { border-color: rgb(69,21,166); }
td.TdClassName
{
border-color: #4515A6;
}
.TagClassName
{
border-color: #4515A6;
}
</style>