Shades of Indigo #4613A4
Tints of Indigo #4613A4
RGB
CMYK
RGB Variations
Color information
#4613A4 (or 0x4613A4) is known color: Indigo. HEX triplet: 46, 13 and A4. RGB value is (70,19,164). Sum of RGB (Red+Green+Blue) = 70+19+164=253 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.67% from 253); Green value is 19 (7.81% from 255 or 7.51% from 253); Blue value is 164 (64.45% from 255 or 64.82% from 253); Max value from RGB is 164 - color contains mainly: blue. Hex color #4613A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4613A4 is #B9EC5B. Grayscale: #323232. Windows color (decimal): -12184668 or 10752838. OLE color: 10752838.
HSL color Cylindrical-coordinate representation of color #4613A4: hue angle of 261.1º 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 #4613A4 is Cyan = 0.57, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 19 | 164 | - |
| CMYK | 0.57 | 0.88 | 0 | 0.36 |
| HSL | 261.1º | 0.79% | 0.36% | - |
| HSV(B) | 261.1º | 0.88% | 0.64% | - |
| XYZ | 9.46 | 4.45 | 35.48 | - |
| YUV | 50.78 | 191.9 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 164 | 0.57 | 0.88 | 0 | 0.36 | 261.1 | 0.79 | 0.36 |
| Hex | 46 | 13 | A4 | 39 | 58 | 0 | 24 | 105 | 4F | 24 |
| Octal | 106 | 23 | 244 | 71 | 130 | 0 | 44 | 405 | 117 | 44 |
| Binary | 1000110 | 10011 | 10100100 | 111001 | 1011000 | 0 | 100100 | 100000101 | 1001111 | 100100 |
Color Harmonies of #4613A4
Complementary color
Monochromatic Colors of #4613A4
Black with #4613A4
Text Example
Text Example
White with #4613A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4613A4; }
p { color: rgb(70,19,164); }
H1.HeaderClassName
{
color: #4613A4;
}
.AnyTagClassName
{
color: #4613A4;
}
</style>
background-color css
<style>
a { background-color: #4613A4; }
a { background-color: rgb(70,19,164); }
div.DivClassName
{
background-color: #4613A4;
}
.BgClassName
{
background-color: #4613A4;
}
</style>
border-color css
<style>
span { border-color: #4613A4; }
span { border-color: rgb(70,19,164); }
td.TdClassName
{
border-color: #4613A4;
}
.TagClassName
{
border-color: #4613A4;
}
</style>