Shades of Indigo #4812A4
Tints of Indigo #4812A4
RGB
CMYK
RGB Variations
Color information
#4812A4 (or 0x4812A4) is known color: Indigo. HEX triplet: 48, 12 and A4. RGB value is (72,18,164). Sum of RGB (Red+Green+Blue) = 72+18+164=254 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.35% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 164 (64.45% from 255 or 64.57% from 254); Max value from RGB is 164 - color contains mainly: blue. Hex color #4812A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4812A4 is #B7ED5B. Grayscale: #323232. Windows color (decimal): -12053852 or 10752584. OLE color: 10752584.
HSL color Cylindrical-coordinate representation of color #4812A4: hue angle of 262.19º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4812A4 is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 72 | 18 | 164 | - |
| CMYK | 0.56 | 0.89 | 0 | 0.36 |
| HSL | 262.19º | 0.8% | 0.36% | - |
| HSV(B) | 262.19º | 0.89% | 0.64% | - |
| XYZ | 9.59 | 4.49 | 35.48 | - |
| YUV | 50.79 | 191.89 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 164 | 0.56 | 0.89 | 0 | 0.36 | 262.19 | 0.8 | 0.36 |
| Hex | 48 | 12 | A4 | 38 | 59 | 0 | 24 | 106 | 50 | 24 |
| Octal | 110 | 22 | 244 | 70 | 131 | 0 | 44 | 406 | 120 | 44 |
| Binary | 1001000 | 10010 | 10100100 | 111000 | 1011001 | 0 | 100100 | 100000110 | 1010000 | 100100 |
Color Harmonies of #4812A4
Complementary color
Monochromatic Colors of #4812A4
Black with #4812A4
Text Example
Text Example
White with #4812A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4812A4; }
p { color: rgb(72,18,164); }
H1.HeaderClassName
{
color: #4812A4;
}
.AnyTagClassName
{
color: #4812A4;
}
</style>
background-color css
<style>
a { background-color: #4812A4; }
a { background-color: rgb(72,18,164); }
div.DivClassName
{
background-color: #4812A4;
}
.BgClassName
{
background-color: #4812A4;
}
</style>
border-color css
<style>
span { border-color: #4812A4; }
span { border-color: rgb(72,18,164); }
td.TdClassName
{
border-color: #4812A4;
}
.TagClassName
{
border-color: #4812A4;
}
</style>