Shades of Indigo #4513A4
Tints of Indigo #4513A4
RGB
CMYK
RGB Variations
Color information
#4513A4 (or 0x4513A4) is known color: Indigo. HEX triplet: 45, 13 and A4. RGB value is (69,19,164). Sum of RGB (Red+Green+Blue) = 69+19+164=252 (33% of max value = 765). Red value is 69 (27.34% from 255 or 27.38% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 164 (64.45% from 255 or 65.08% from 252); Max value from RGB is 164 - color contains mainly: blue. Hex color #4513A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4513A4 is #BAEC5B. Grayscale: #313131. Windows color (decimal): -12250204 or 10752837. OLE color: 10752837.
HSL color Cylindrical-coordinate representation of color #4513A4: hue angle of 260.69º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #4513A4 is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 69 | 19 | 164 | - |
| CMYK | 0.58 | 0.88 | 0 | 0.36 |
| HSL | 260.69º | 0.79% | 0.36% | - |
| HSV(B) | 260.69º | 0.88% | 0.64% | - |
| XYZ | 9.39 | 4.41 | 35.48 | - |
| YUV | 50.48 | 192.07 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 19 | 164 | 0.58 | 0.88 | 0 | 0.36 | 260.69 | 0.79 | 0.36 |
| Hex | 45 | 13 | A4 | 3A | 58 | 0 | 24 | 105 | 4F | 24 |
| Octal | 105 | 23 | 244 | 72 | 130 | 0 | 44 | 405 | 117 | 44 |
| Binary | 1000101 | 10011 | 10100100 | 111010 | 1011000 | 0 | 100100 | 100000101 | 1001111 | 100100 |
Color Harmonies of #4513A4
Complementary color
Monochromatic Colors of #4513A4
Black with #4513A4
Text Example
Text Example
White with #4513A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4513A4; }
p { color: rgb(69,19,164); }
H1.HeaderClassName
{
color: #4513A4;
}
.AnyTagClassName
{
color: #4513A4;
}
</style>
background-color css
<style>
a { background-color: #4513A4; }
a { background-color: rgb(69,19,164); }
div.DivClassName
{
background-color: #4513A4;
}
.BgClassName
{
background-color: #4513A4;
}
</style>
border-color css
<style>
span { border-color: #4513A4; }
span { border-color: rgb(69,19,164); }
td.TdClassName
{
border-color: #4513A4;
}
.TagClassName
{
border-color: #4513A4;
}
</style>