Shades of Indigo #4805A1
Tints of Indigo #4805A1
RGB
CMYK
RGB Variations
Color information
#4805A1 (or 0x4805A1) is known color: Indigo. HEX triplet: 48, 05 and A1. RGB value is (72,5,161). Sum of RGB (Red+Green+Blue) = 72+5+161=238 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.25% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 161 (63.28% from 255 or 67.65% from 238); Max value from RGB is 161 - color contains mainly: blue. Hex color #4805A1 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4805A1 is #B7FA5E. Grayscale: #2A2A2A. Windows color (decimal): -12057183 or 10552648. OLE color: 10552648.
HSL color Cylindrical-coordinate representation of color #4805A1: hue angle of 265.77º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4805A1 is Cyan = 0.55, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 72 | 5 | 161 | - |
| CMYK | 0.55 | 0.97 | 0 | 0.37 |
| HSL | 265.77º | 0.94% | 0.33% | - |
| HSV(B) | 265.77º | 0.97% | 0.63% | - |
| XYZ | 9.16 | 4.06 | 34.02 | - |
| YUV | 42.82 | 194.7 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 5 | 161 | 0.55 | 0.97 | 0 | 0.37 | 265.77 | 0.94 | 0.33 |
| Hex | 48 | 5 | A1 | 37 | 61 | 0 | 25 | 10A | 5E | 21 |
| Octal | 110 | 5 | 241 | 67 | 141 | 0 | 45 | 412 | 136 | 41 |
| Binary | 1001000 | 101 | 10100001 | 110111 | 1100001 | 0 | 100101 | 100001010 | 1011110 | 100001 |
Color Harmonies of #4805A1
Complementary color
Monochromatic Colors of #4805A1
Black with #4805A1
Text Example
Text Example
White with #4805A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4805A1; }
p { color: rgb(72,5,161); }
H1.HeaderClassName
{
color: #4805A1;
}
.AnyTagClassName
{
color: #4805A1;
}
</style>
background-color css
<style>
a { background-color: #4805A1; }
a { background-color: rgb(72,5,161); }
div.DivClassName
{
background-color: #4805A1;
}
.BgClassName
{
background-color: #4805A1;
}
</style>
border-color css
<style>
span { border-color: #4805A1; }
span { border-color: rgb(72,5,161); }
td.TdClassName
{
border-color: #4805A1;
}
.TagClassName
{
border-color: #4805A1;
}
</style>