Shades of Indigo #481277
Tints of Indigo #481277
RGB
CMYK
RGB Variations
Color information
#481277 (or 0x481277) is known color: Indigo. HEX triplet: 48, 12 and 77. RGB value is (72,18,119). Sum of RGB (Red+Green+Blue) = 72+18+119=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 119 (46.88% from 255 or 56.94% from 209); Max value from RGB is 119 - color contains mainly: blue. Hex color #481277 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481277 is #B7ED88. Grayscale: #2D2D2D. Windows color (decimal): -12053897 or 7803464. OLE color: 7803464.
HSL color Cylindrical-coordinate representation of color #481277: hue angle of 272.08º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #481277 is Cyan = 0.39, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 72 | 18 | 119 | - |
| CMYK | 0.39 | 0.85 | 0 | 0.53 |
| HSL | 272.08º | 0.74% | 0.27% | - |
| HSV(B) | 272.08º | 0.85% | 0.47% | - |
| XYZ | 6.22 | 3.14 | 17.73 | - |
| YUV | 45.66 | 169.39 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 18 | 119 | 0.39 | 0.85 | 0 | 0.53 | 272.08 | 0.74 | 0.27 |
| Hex | 48 | 12 | 77 | 27 | 55 | 0 | 35 | 110 | 4A | 1B |
| Octal | 110 | 22 | 167 | 47 | 125 | 0 | 65 | 420 | 112 | 33 |
| Binary | 1001000 | 10010 | 1110111 | 100111 | 1010101 | 0 | 110101 | 100010000 | 1001010 | 11011 |
Color Harmonies of #481277
Complementary color
Monochromatic Colors of #481277
Black with #481277
Text Example
Text Example
White with #481277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481277; }
p { color: rgb(72,18,119); }
H1.HeaderClassName
{
color: #481277;
}
.AnyTagClassName
{
color: #481277;
}
</style>
background-color css
<style>
a { background-color: #481277; }
a { background-color: rgb(72,18,119); }
div.DivClassName
{
background-color: #481277;
}
.BgClassName
{
background-color: #481277;
}
</style>
border-color css
<style>
span { border-color: #481277; }
span { border-color: rgb(72,18,119); }
td.TdClassName
{
border-color: #481277;
}
.TagClassName
{
border-color: #481277;
}
</style>