Shades of Indigo #480162
Tints of Indigo #480162
RGB
CMYK
RGB Variations
Color information
#480162 (or 0x480162) is known color: Indigo. HEX triplet: 48, 01 and 62. RGB value is (72,1,98). Sum of RGB (Red+Green+Blue) = 72+1+98=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 98 (38.67% from 255 or 57.31% from 171); Max value from RGB is 98 - color contains mainly: blue. Hex color #480162 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480162 is #B7FE9D. Grayscale: #202020. Windows color (decimal): -12058270 or 6422856. OLE color: 6422856.
HSL color Cylindrical-coordinate representation of color #480162: hue angle of 283.92º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #480162 is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 72 | 1 | 98 | - |
| CMYK | 0.27 | 0.99 | 0 | 0.62 |
| HSL | 283.92º | 0.98% | 0.19% | - |
| HSV(B) | 283.92º | 0.99% | 0.38% | - |
| XYZ | 4.89 | 2.28 | 11.74 | - |
| YUV | 33.29 | 164.52 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 1 | 98 | 0.27 | 0.99 | 0 | 0.62 | 283.92 | 0.98 | 0.19 |
| Hex | 48 | 1 | 62 | 1B | 63 | 0 | 3E | 11C | 62 | 13 |
| Octal | 110 | 1 | 142 | 33 | 143 | 0 | 76 | 434 | 142 | 23 |
| Binary | 1001000 | 1 | 1100010 | 11011 | 1100011 | 0 | 111110 | 100011100 | 1100010 | 10011 |
Color Harmonies of #480162
Complementary color
Monochromatic Colors of #480162
Black with #480162
Text Example
Text Example
White with #480162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #480162; }
p { color: rgb(72,1,98); }
H1.HeaderClassName
{
color: #480162;
}
.AnyTagClassName
{
color: #480162;
}
</style>
background-color css
<style>
a { background-color: #480162; }
a { background-color: rgb(72,1,98); }
div.DivClassName
{
background-color: #480162;
}
.BgClassName
{
background-color: #480162;
}
</style>
border-color css
<style>
span { border-color: #480162; }
span { border-color: rgb(72,1,98); }
td.TdClassName
{
border-color: #480162;
}
.TagClassName
{
border-color: #480162;
}
</style>