Shades of Indigo #4808AF
Tints of Indigo #4808AF
RGB
CMYK
RGB Variations
Color information
#4808AF (or 0x4808AF) is known color: Indigo. HEX triplet: 48, 08 and AF. RGB value is (72,8,175). Sum of RGB (Red+Green+Blue) = 72+8+175=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #4808AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4808AF is #B7F750. Grayscale: #2D2D2D. Windows color (decimal): -12056401 or 11470920. OLE color: 11470920.
HSL color Cylindrical-coordinate representation of color #4808AF: hue angle of 262.99º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4808AF is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 8 | 175 | - |
| CMYK | 0.59 | 0.95 | 0 | 0.31 |
| HSL | 262.99º | 0.91% | 0.36% | - |
| HSV(B) | 262.99º | 0.95% | 0.69% | - |
| XYZ | 10.5 | 4.65 | 40.9 | - |
| YUV | 46.17 | 200.7 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 8 | 175 | 0.59 | 0.95 | 0 | 0.31 | 262.99 | 0.91 | 0.36 |
| Hex | 48 | 8 | AF | 3B | 5F | 0 | 1F | 107 | 5B | 24 |
| Octal | 110 | 10 | 257 | 73 | 137 | 0 | 37 | 407 | 133 | 44 |
| Binary | 1001000 | 1000 | 10101111 | 111011 | 1011111 | 0 | 11111 | 100000111 | 1011011 | 100100 |
Color Harmonies of #4808AF
Complementary color
Monochromatic Colors of #4808AF
Black with #4808AF
Text Example
Text Example
White with #4808AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4808AF; }
p { color: rgb(72,8,175); }
H1.HeaderClassName
{
color: #4808AF;
}
.AnyTagClassName
{
color: #4808AF;
}
</style>
background-color css
<style>
a { background-color: #4808AF; }
a { background-color: rgb(72,8,175); }
div.DivClassName
{
background-color: #4808AF;
}
.BgClassName
{
background-color: #4808AF;
}
</style>
border-color css
<style>
span { border-color: #4808AF; }
span { border-color: rgb(72,8,175); }
td.TdClassName
{
border-color: #4808AF;
}
.TagClassName
{
border-color: #4808AF;
}
</style>