Shades of Indigo #481382
Tints of Indigo #481382
RGB
CMYK
RGB Variations
Color information
#481382 (or 0x481382) is known color: Indigo. HEX triplet: 48, 13 and 82. RGB value is (72,19,130). Sum of RGB (Red+Green+Blue) = 72+19+130=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 19 (7.81% from 255 or 8.60% from 221); Blue value is 130 (51.17% from 255 or 58.82% from 221); Max value from RGB is 130 - color contains mainly: blue. Hex color #481382 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #481382 is #B7EC7D. Grayscale: #2F2F2F. Windows color (decimal): -12053630 or 8524616. OLE color: 8524616.
HSL color Cylindrical-coordinate representation of color #481382: hue angle of 268.65º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481382 is Cyan = 0.45, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 72 | 19 | 130 | - |
| CMYK | 0.45 | 0.85 | 0 | 0.49 |
| HSL | 268.65º | 0.74% | 0.29% | - |
| HSV(B) | 268.65º | 0.85% | 0.51% | - |
| XYZ | 6.93 | 3.46 | 21.42 | - |
| YUV | 47.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 130 | 0.45 | 0.85 | 0 | 0.49 | 268.65 | 0.74 | 0.29 |
| Hex | 48 | 13 | 82 | 2D | 55 | 0 | 31 | 10D | 4A | 1D |
| Octal | 110 | 23 | 202 | 55 | 125 | 0 | 61 | 415 | 112 | 35 |
| Binary | 1001000 | 10011 | 10000010 | 101101 | 1010101 | 0 | 110001 | 100001101 | 1001010 | 11101 |
Color Harmonies of #481382
Complementary color
Monochromatic Colors of #481382
Black with #481382
Text Example
Text Example
White with #481382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481382; }
p { color: rgb(72,19,130); }
H1.HeaderClassName
{
color: #481382;
}
.AnyTagClassName
{
color: #481382;
}
</style>
background-color css
<style>
a { background-color: #481382; }
a { background-color: rgb(72,19,130); }
div.DivClassName
{
background-color: #481382;
}
.BgClassName
{
background-color: #481382;
}
</style>
border-color css
<style>
span { border-color: #481382; }
span { border-color: rgb(72,19,130); }
td.TdClassName
{
border-color: #481382;
}
.TagClassName
{
border-color: #481382;
}
</style>