Shades of Indigo #551283
Tints of Indigo #551283
RGB
CMYK
RGB Variations
Color information
#551283 (or 0x551283) is known color: Indigo. HEX triplet: 55, 12 and 83. RGB value is (85,18,131). Sum of RGB (Red+Green+Blue) = 85+18+131=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 131 (51.56% from 255 or 55.98% from 234); Max value from RGB is 131 - color contains mainly: blue. Hex color #551283 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551283 is #AAED7C. Grayscale: #323232. Windows color (decimal): -11201917 or 8589909. OLE color: 8589909.
HSL color Cylindrical-coordinate representation of color #551283: hue angle of 275.58º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551283 is Cyan = 0.35, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 18 | 131 | - |
| CMYK | 0.35 | 0.86 | 0 | 0.49 |
| HSL | 275.58º | 0.76% | 0.29% | - |
| HSV(B) | 275.58º | 0.86% | 0.51% | - |
| XYZ | 8.06 | 4 | 21.82 | - |
| YUV | 50.92 | 173.2 | 152.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 18 | 131 | 0.35 | 0.86 | 0 | 0.49 | 275.58 | 0.76 | 0.29 |
| Hex | 55 | 12 | 83 | 23 | 56 | 0 | 31 | 114 | 4C | 1D |
| Octal | 125 | 22 | 203 | 43 | 126 | 0 | 61 | 424 | 114 | 35 |
| Binary | 1010101 | 10010 | 10000011 | 100011 | 1010110 | 0 | 110001 | 100010100 | 1001100 | 11101 |
Color Harmonies of #551283
Complementary color
Monochromatic Colors of #551283
Black with #551283
Text Example
Text Example
White with #551283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551283; }
p { color: rgb(85,18,131); }
H1.HeaderClassName
{
color: #551283;
}
.AnyTagClassName
{
color: #551283;
}
</style>
background-color css
<style>
a { background-color: #551283; }
a { background-color: rgb(85,18,131); }
div.DivClassName
{
background-color: #551283;
}
.BgClassName
{
background-color: #551283;
}
</style>
border-color css
<style>
span { border-color: #551283; }
span { border-color: rgb(85,18,131); }
td.TdClassName
{
border-color: #551283;
}
.TagClassName
{
border-color: #551283;
}
</style>