Shades of Indigo #550F83
Tints of Indigo #550F83
RGB
CMYK
RGB Variations
Color information
#550F83 (or 0x550F83) is known color: Indigo. HEX triplet: 55, 0F and 83. RGB value is (85,15,131). Sum of RGB (Red+Green+Blue) = 85+15+131=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 131 (51.56% from 255 or 56.71% from 231); Max value from RGB is 131 - color contains mainly: blue. Hex color #550F83 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550F83 is #AAF07C. Grayscale: #303030. Windows color (decimal): -11202685 or 8589141. OLE color: 8589141.
HSL color Cylindrical-coordinate representation of color #550F83: hue angle of 276.21º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #550F83 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 85 | 15 | 131 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.49 |
| HSL | 276.21º | 0.79% | 0.29% | - |
| HSV(B) | 276.21º | 0.89% | 0.51% | - |
| XYZ | 8.01 | 3.91 | 21.81 | - |
| YUV | 49.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 131 | 0.35 | 0.89 | 0 | 0.49 | 276.21 | 0.79 | 0.29 |
| Hex | 55 | F | 83 | 23 | 59 | 0 | 31 | 114 | 4F | 1D |
| Octal | 125 | 17 | 203 | 43 | 131 | 0 | 61 | 424 | 117 | 35 |
| Binary | 1010101 | 1111 | 10000011 | 100011 | 1011001 | 0 | 110001 | 100010100 | 1001111 | 11101 |
Color Harmonies of #550F83
Complementary color
Monochromatic Colors of #550F83
Black with #550F83
Text Example
Text Example
White with #550F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550F83; }
p { color: rgb(85,15,131); }
H1.HeaderClassName
{
color: #550F83;
}
.AnyTagClassName
{
color: #550F83;
}
</style>
background-color css
<style>
a { background-color: #550F83; }
a { background-color: rgb(85,15,131); }
div.DivClassName
{
background-color: #550F83;
}
.BgClassName
{
background-color: #550F83;
}
</style>
border-color css
<style>
span { border-color: #550F83; }
span { border-color: rgb(85,15,131); }
td.TdClassName
{
border-color: #550F83;
}
.TagClassName
{
border-color: #550F83;
}
</style>