#550076

Color #550076 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #550076

Tints of Indigo #550076

Color information

#550076 (or 0x550076) is unknown color: approx Indigo. HEX triplet: 55, 00 and 76. RGB value is (85,0,118). Sum of RGB (Red+Green+Blue) = 85+0+118=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #550076 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550076 is #AAFF89. Grayscale: #262626. Windows color (decimal): -11206538 or 7733333. OLE color: 7733333.

HSL color Cylindrical-coordinate representation of color #550076: hue angle of 283.22º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #550076 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB850118-
CMYK0.28100.54
HSL283.22º100%23.14%-
HSV(B)283.22º100%46.27%-
XYZ7.023.2417.39-
YUV38.87172.66160.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=41.87%
G=0%
B=58.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8501180.28100.54283.2210023.14
Hex550761C6403611b6417
Octal12501663414406643314427
Binary1010101011101101110011001000110110100011011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550076; }

 p { color: rgb(85,0,118); }

 H1.HeaderClassName
 {
   color: #550076;
 }
 .AnyTagClassName
 {
   color: #550076;
 }
</style>
background-color css

<style>
 a { background-color: #550076; }

 a { background-color: rgb(85,0,118); }

 div.DivClassName
 {
   background-color: #550076;
 }
 .BgClassName
 {
   background-color: #550076;
 }
</style>
border-color css

<style>
 span { border-color: #550076; }

 span { border-color: rgb(85,0,118); }

 td.TdClassName
 {
   border-color: #550076;
 }
 .TagClassName
 {
   border-color: #550076;
 }
</style>