Shades of Indigo #4802AF
Tints of Indigo #4802AF
RGB
CMYK
RGB Variations
Color information
#4802AF (or 0x4802AF) is known color: Indigo. HEX triplet: 48, 02 and AF. RGB value is (72,2,175). Sum of RGB (Red+Green+Blue) = 72+2+175=249 (32% of max value = 765). Red value is 72 (28.52% from 255 or 28.92% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 175 (68.75% from 255 or 70.28% from 249); Max value from RGB is 175 - color contains mainly: blue. Hex color #4802AF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4802AF is #B7FD50. Grayscale: #2A2A2A. Windows color (decimal): -12057937 or 11469384. OLE color: 11469384.
HSL color Cylindrical-coordinate representation of color #4802AF: hue angle of 264.28º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4802AF is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 72 | 2 | 175 | - |
| CMYK | 0.59 | 0.99 | 0 | 0.31 |
| HSL | 264.28º | 0.98% | 0.35% | - |
| HSV(B) | 264.28º | 0.99% | 0.69% | - |
| XYZ | 10.43 | 4.52 | 40.88 | - |
| YUV | 42.65 | 202.69 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 2 | 175 | 0.59 | 0.99 | 0 | 0.31 | 264.28 | 0.98 | 0.35 |
| Hex | 48 | 2 | AF | 3B | 63 | 0 | 1F | 108 | 62 | 23 |
| Octal | 110 | 2 | 257 | 73 | 143 | 0 | 37 | 410 | 142 | 43 |
| Binary | 1001000 | 10 | 10101111 | 111011 | 1100011 | 0 | 11111 | 100001000 | 1100010 | 100011 |
Color Harmonies of #4802AF
Complementary color
Monochromatic Colors of #4802AF
Black with #4802AF
Text Example
Text Example
White with #4802AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4802AF; }
p { color: rgb(72,2,175); }
H1.HeaderClassName
{
color: #4802AF;
}
.AnyTagClassName
{
color: #4802AF;
}
</style>
background-color css
<style>
a { background-color: #4802AF; }
a { background-color: rgb(72,2,175); }
div.DivClassName
{
background-color: #4802AF;
}
.BgClassName
{
background-color: #4802AF;
}
</style>
border-color css
<style>
span { border-color: #4802AF; }
span { border-color: rgb(72,2,175); }
td.TdClassName
{
border-color: #4802AF;
}
.TagClassName
{
border-color: #4802AF;
}
</style>