Shades of Indigo #4615A4
Tints of Indigo #4615A4
RGB
CMYK
RGB Variations
Color information
#4615A4 (or 0x4615A4) is known color: Indigo. HEX triplet: 46, 15 and A4. RGB value is (70,21,164). Sum of RGB (Red+Green+Blue) = 70+21+164=255 (33% of max value = 765). Red value is 70 (27.73% from 255 or 27.45% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 164 (64.45% from 255 or 64.31% from 255); Max value from RGB is 164 - color contains mainly: blue. Hex color #4615A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4615A4 is #B9EA5B. Grayscale: #333333. Windows color (decimal): -12184156 or 10753350. OLE color: 10753350.
HSL color Cylindrical-coordinate representation of color #4615A4: hue angle of 260.56º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4615A4 is Cyan = 0.57, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 70 | 21 | 164 | - |
| CMYK | 0.57 | 0.87 | 0 | 0.36 |
| HSL | 260.56º | 0.77% | 0.36% | - |
| HSV(B) | 260.56º | 0.87% | 0.64% | - |
| XYZ | 9.49 | 4.52 | 35.49 | - |
| YUV | 51.95 | 191.23 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 21 | 164 | 0.57 | 0.87 | 0 | 0.36 | 260.56 | 0.77 | 0.36 |
| Hex | 46 | 15 | A4 | 39 | 57 | 0 | 24 | 105 | 4D | 24 |
| Octal | 106 | 25 | 244 | 71 | 127 | 0 | 44 | 405 | 115 | 44 |
| Binary | 1000110 | 10101 | 10100100 | 111001 | 1010111 | 0 | 100100 | 100000101 | 1001101 | 100100 |
Color Harmonies of #4615A4
Complementary color
Monochromatic Colors of #4615A4
Black with #4615A4
Text Example
Text Example
White with #4615A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4615A4; }
p { color: rgb(70,21,164); }
H1.HeaderClassName
{
color: #4615A4;
}
.AnyTagClassName
{
color: #4615A4;
}
</style>
background-color css
<style>
a { background-color: #4615A4; }
a { background-color: rgb(70,21,164); }
div.DivClassName
{
background-color: #4615A4;
}
.BgClassName
{
background-color: #4615A4;
}
</style>
border-color css
<style>
span { border-color: #4615A4; }
span { border-color: rgb(70,21,164); }
td.TdClassName
{
border-color: #4615A4;
}
.TagClassName
{
border-color: #4615A4;
}
</style>