Shades of Indigo #4805A0
Tints of Indigo #4805A0
RGB
CMYK
RGB Variations
Color information
#4805A0 (or 0x4805A0) is known color: Indigo. HEX triplet: 48, 05 and A0. RGB value is (72,5,160). Sum of RGB (Red+Green+Blue) = 72+5+160=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 160 (62.89% from 255 or 67.51% from 237); Max value from RGB is 160 - color contains mainly: blue. Hex color #4805A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4805A0 is #B7FA5F. Grayscale: #2A2A2A. Windows color (decimal): -12057184 or 10487112. OLE color: 10487112.
HSL color Cylindrical-coordinate representation of color #4805A0: hue angle of 265.94º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4805A0 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 5 | 160 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.37 |
| HSL | 265.94º | 0.94% | 0.32% | - |
| HSV(B) | 265.94º | 0.97% | 0.63% | - |
| XYZ | 9.07 | 4.02 | 33.56 | - |
| YUV | 42.7 | 194.2 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 160 | 0.55 | 0.97 | 0 | 0.37 | 265.94 | 0.94 | 0.32 |
| Hex | 48 | 5 | A0 | 37 | 61 | 0 | 25 | 10A | 5E | 20 |
| Octal | 110 | 5 | 240 | 67 | 141 | 0 | 45 | 412 | 136 | 40 |
| Binary | 1001000 | 101 | 10100000 | 110111 | 1100001 | 0 | 100101 | 100001010 | 1011110 | 100000 |
Color Harmonies of #4805A0
Complementary color
Monochromatic Colors of #4805A0
Black with #4805A0
Text Example
Text Example
White with #4805A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4805A0; }
p { color: rgb(72,5,160); }
H1.HeaderClassName
{
color: #4805A0;
}
.AnyTagClassName
{
color: #4805A0;
}
</style>
background-color css
<style>
a { background-color: #4805A0; }
a { background-color: rgb(72,5,160); }
div.DivClassName
{
background-color: #4805A0;
}
.BgClassName
{
background-color: #4805A0;
}
</style>
border-color css
<style>
span { border-color: #4805A0; }
span { border-color: rgb(72,5,160); }
td.TdClassName
{
border-color: #4805A0;
}
.TagClassName
{
border-color: #4805A0;
}
</style>