Shades of Indigo #481376
Tints of Indigo #481376
RGB
CMYK
RGB Variations
Color information
#481376 (or 0x481376) is known color: Indigo. HEX triplet: 48, 13 and 76. RGB value is (72,19,118). Sum of RGB (Red+Green+Blue) = 72+19+118=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #481376 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481376 is #B7EC89. Grayscale: #2D2D2D. Windows color (decimal): -12053642 or 7738184. OLE color: 7738184.
HSL color Cylindrical-coordinate representation of color #481376: hue angle of 272.12º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #481376 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 72 | 19 | 118 | - |
| CMYK | 0.39 | 0.84 | 0 | 0.54 |
| HSL | 272.12º | 0.72% | 0.27% | - |
| HSV(B) | 272.12º | 0.84% | 0.46% | - |
| XYZ | 6.18 | 3.15 | 17.42 | - |
| YUV | 46.13 | 168.56 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 19 | 118 | 0.39 | 0.84 | 0 | 0.54 | 272.12 | 0.72 | 0.27 |
| Hex | 48 | 13 | 76 | 27 | 54 | 0 | 36 | 110 | 48 | 1B |
| Octal | 110 | 23 | 166 | 47 | 124 | 0 | 66 | 420 | 110 | 33 |
| Binary | 1001000 | 10011 | 1110110 | 100111 | 1010100 | 0 | 110110 | 100010000 | 1001000 | 11011 |
Color Harmonies of #481376
Complementary color
Monochromatic Colors of #481376
Black with #481376
Text Example
Text Example
White with #481376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481376; }
p { color: rgb(72,19,118); }
H1.HeaderClassName
{
color: #481376;
}
.AnyTagClassName
{
color: #481376;
}
</style>
background-color css
<style>
a { background-color: #481376; }
a { background-color: rgb(72,19,118); }
div.DivClassName
{
background-color: #481376;
}
.BgClassName
{
background-color: #481376;
}
</style>
border-color css
<style>
span { border-color: #481376; }
span { border-color: rgb(72,19,118); }
td.TdClassName
{
border-color: #481376;
}
.TagClassName
{
border-color: #481376;
}
</style>