Shades of Indigo #4808AB
Tints of Indigo #4808AB
RGB
CMYK
RGB Variations
Color information
#4808AB (or 0x4808AB) is known color: Indigo. HEX triplet: 48, 08 and AB. RGB value is (72,8,171). Sum of RGB (Red+Green+Blue) = 72+8+171=251 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.69% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 171 (67.19% from 255 or 68.13% from 251); Max value from RGB is 171 - color contains mainly: blue. Hex color #4808AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4808AB is #B7F754. Grayscale: #2D2D2D. Windows color (decimal): -12056405 or 11208776. OLE color: 11208776.
HSL color Cylindrical-coordinate representation of color #4808AB: hue angle of 263.56º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4808AB is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 72 | 8 | 171 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.33 |
| HSL | 263.56º | 0.91% | 0.35% | - |
| HSV(B) | 263.56º | 0.95% | 0.67% | - |
| XYZ | 10.11 | 4.49 | 38.86 | - |
| YUV | 45.72 | 198.7 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 171 | 0.58 | 0.95 | 0 | 0.33 | 263.56 | 0.91 | 0.35 |
| Hex | 48 | 8 | AB | 3A | 5F | 0 | 21 | 108 | 5B | 23 |
| Octal | 110 | 10 | 253 | 72 | 137 | 0 | 41 | 410 | 133 | 43 |
| Binary | 1001000 | 1000 | 10101011 | 111010 | 1011111 | 0 | 100001 | 100001000 | 1011011 | 100011 |
Color Harmonies of #4808AB
Complementary color
Monochromatic Colors of #4808AB
Black with #4808AB
Text Example
Text Example
White with #4808AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808AB; }
p { color: rgb(72,8,171); }
H1.HeaderClassName
{
color: #4808AB;
}
.AnyTagClassName
{
color: #4808AB;
}
</style>
background-color css
<style>
a { background-color: #4808AB; }
a { background-color: rgb(72,8,171); }
div.DivClassName
{
background-color: #4808AB;
}
.BgClassName
{
background-color: #4808AB;
}
</style>
border-color css
<style>
span { border-color: #4808AB; }
span { border-color: rgb(72,8,171); }
td.TdClassName
{
border-color: #4808AB;
}
.TagClassName
{
border-color: #4808AB;
}
</style>