#550376

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

Shades of Indigo #550376

Tints of Indigo #550376

Color information

#550376 (or 0x550376) is unknown color: approx Indigo. HEX triplet: 55, 03 and 76. RGB value is (85,3,118). Sum of RGB (Red+Green+Blue) = 85+3+118=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 118 (46.48% from 255 or 57.28% from 206); Max value from RGB is 118 - color contains mainly: blue. Hex color #550376 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550376 is #AAFC89. Grayscale: #282828. Windows color (decimal): -11205770 or 7734101. OLE color: 7734101.

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

Color convert

RGB853118-
CMYK0.280.9700.54
HSL282.78º95.04%23.73%-
HSV(B)282.78º97.46%46.27%-
XYZ7.053.317.41-
YUV40.63171.67159.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 3 (1.56% from 255) = 1.46%
BLUE value IS 118 (46.48% from 255) = 57.28%
R=41.26%
G=1.46%
B=57.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8531180.280.9700.54282.7895.0423.73
Hex553761C6103611b5f18
Octal12531663414106643313730
Binary10101011111101101110011000010110110100011011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550376; }

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

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

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

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

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

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

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

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