Shades of Indigo #4805A5
Tints of Indigo #4805A5
RGB
CMYK
RGB Variations
Color information
#4805A5 (or 0x4805A5) is known color: Indigo. HEX triplet: 48, 05 and A5. RGB value is (72,5,165). Sum of RGB (Red+Green+Blue) = 72+5+165=242 (32% of max value = 765). Red value is 72 (28.52% from 255 or 29.75% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 165 (64.84% from 255 or 68.18% from 242); Max value from RGB is 165 - color contains mainly: blue. Hex color #4805A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4805A5 is #B7FA5A. Grayscale: #2A2A2A. Windows color (decimal): -12057179 or 10814792. OLE color: 10814792.
HSL color Cylindrical-coordinate representation of color #4805A5: hue angle of 265.12º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4805A5 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 72 | 5 | 165 | - |
| CMYK | 0.56 | 0.97 | 0 | 0.35 |
| HSL | 265.13º | 0.94% | 0.33% | - |
| HSV(B) | 265.13º | 0.97% | 0.65% | - |
| XYZ | 9.52 | 4.2 | 35.91 | - |
| YUV | 43.27 | 196.7 | 148.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 165 | 0.56 | 0.97 | 0 | 0.35 | 265.13 | 0.94 | 0.33 |
| Hex | 48 | 5 | A5 | 38 | 61 | 0 | 23 | 109 | 5E | 21 |
| Octal | 110 | 5 | 245 | 70 | 141 | 0 | 43 | 411 | 136 | 41 |
| Binary | 1001000 | 101 | 10100101 | 111000 | 1100001 | 0 | 100011 | 100001001 | 1011110 | 100001 |
Color Harmonies of #4805A5
Complementary color
Monochromatic Colors of #4805A5
Black with #4805A5
Text Example
Text Example
White with #4805A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4805A5; }
p { color: rgb(72,5,165); }
H1.HeaderClassName
{
color: #4805A5;
}
.AnyTagClassName
{
color: #4805A5;
}
</style>
background-color css
<style>
a { background-color: #4805A5; }
a { background-color: rgb(72,5,165); }
div.DivClassName
{
background-color: #4805A5;
}
.BgClassName
{
background-color: #4805A5;
}
</style>
border-color css
<style>
span { border-color: #4805A5; }
span { border-color: rgb(72,5,165); }
td.TdClassName
{
border-color: #4805A5;
}
.TagClassName
{
border-color: #4805A5;
}
</style>