Shades of Indigo #551382
Tints of Indigo #551382
RGB
CMYK
RGB Variations
Color information
#551382 (or 0x551382) is known color: Indigo. HEX triplet: 55, 13 and 82. RGB value is (85,19,130). Sum of RGB (Red+Green+Blue) = 85+19+130=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 19 (7.81% from 255 or 8.12% from 234); Blue value is 130 (51.17% from 255 or 55.56% from 234); Max value from RGB is 130 - color contains mainly: blue. Hex color #551382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551382 is #AAEC7D. Grayscale: #333333. Windows color (decimal): -11201662 or 8524629. OLE color: 8524629.
HSL color Cylindrical-coordinate representation of color #551382: hue angle of 275.68º 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 #551382 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 19 | 130 | - |
| CMYK | 0.35 | 0.85 | 0 | 0.49 |
| HSL | 275.68º | 0.74% | 0.29% | - |
| HSV(B) | 275.68º | 0.85% | 0.51% | - |
| XYZ | 8.01 | 4.01 | 21.47 | - |
| YUV | 51.39 | 172.37 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 19 | 130 | 0.35 | 0.85 | 0 | 0.49 | 275.68 | 0.74 | 0.29 |
| Hex | 55 | 13 | 82 | 23 | 55 | 0 | 31 | 114 | 4A | 1D |
| Octal | 125 | 23 | 202 | 43 | 125 | 0 | 61 | 424 | 112 | 35 |
| Binary | 1010101 | 10011 | 10000010 | 100011 | 1010101 | 0 | 110001 | 100010100 | 1001010 | 11101 |
Color Harmonies of #551382
Complementary color
Monochromatic Colors of #551382
Black with #551382
Text Example
Text Example
White with #551382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551382; }
p { color: rgb(85,19,130); }
H1.HeaderClassName
{
color: #551382;
}
.AnyTagClassName
{
color: #551382;
}
</style>
background-color css
<style>
a { background-color: #551382; }
a { background-color: rgb(85,19,130); }
div.DivClassName
{
background-color: #551382;
}
.BgClassName
{
background-color: #551382;
}
</style>
border-color css
<style>
span { border-color: #551382; }
span { border-color: rgb(85,19,130); }
td.TdClassName
{
border-color: #551382;
}
.TagClassName
{
border-color: #551382;
}
</style>