Shades of Indigo #4808A1
Tints of Indigo #4808A1
RGB
CMYK
RGB Variations
Color information
#4808A1 (or 0x4808A1) is known color: Indigo. HEX triplet: 48, 08 and A1. RGB value is (72,8,161). Sum of RGB (Red+Green+Blue) = 72+8+161=241 (31% of max value = 765). Red value is 72 (28.52% from 255 or 29.88% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 161 (63.28% from 255 or 66.80% from 241); Max value from RGB is 161 - color contains mainly: blue. Hex color #4808A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4808A1 is #B7F75E. Grayscale: #2C2C2C. Windows color (decimal): -12056415 or 10553416. OLE color: 10553416.
HSL color Cylindrical-coordinate representation of color #4808A1: hue angle of 265.1º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4808A1 is Cyan = 0.55, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 8 | 161 | - |
| CMYK | 0.55 | 0.95 | 0 | 0.37 |
| HSL | 265.1º | 0.91% | 0.33% | - |
| HSV(B) | 265.1º | 0.95% | 0.63% | - |
| XYZ | 9.19 | 4.12 | 34.03 | - |
| YUV | 44.58 | 193.7 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 161 | 0.55 | 0.95 | 0 | 0.37 | 265.1 | 0.91 | 0.33 |
| Hex | 48 | 8 | A1 | 37 | 5F | 0 | 25 | 109 | 5B | 21 |
| Octal | 110 | 10 | 241 | 67 | 137 | 0 | 45 | 411 | 133 | 41 |
| Binary | 1001000 | 1000 | 10100001 | 110111 | 1011111 | 0 | 100101 | 100001001 | 1011011 | 100001 |
Color Harmonies of #4808A1
Complementary color
Monochromatic Colors of #4808A1
Black with #4808A1
Text Example
Text Example
White with #4808A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808A1; }
p { color: rgb(72,8,161); }
H1.HeaderClassName
{
color: #4808A1;
}
.AnyTagClassName
{
color: #4808A1;
}
</style>
background-color css
<style>
a { background-color: #4808A1; }
a { background-color: rgb(72,8,161); }
div.DivClassName
{
background-color: #4808A1;
}
.BgClassName
{
background-color: #4808A1;
}
</style>
border-color css
<style>
span { border-color: #4808A1; }
span { border-color: rgb(72,8,161); }
td.TdClassName
{
border-color: #4808A1;
}
.TagClassName
{
border-color: #4808A1;
}
</style>