#550475

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

Shades of Indigo #550475

Tints of Indigo #550475

Color information

#550475 (or 0x550475) is unknown color: approx Indigo. HEX triplet: 55, 04 and 75. RGB value is (85,4,117). Sum of RGB (Red+Green+Blue) = 85+4+117=206 (27% of max value = 765). Red value is 85 (33.59% from 255 or 41.26% from 206); Green value is 4 (1.95% from 255 or 1.94% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #550475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550475 is #AAFB8A. Grayscale: #282828. Windows color (decimal): -11205515 or 7668821. OLE color: 7668821.

HSL color Cylindrical-coordinate representation of color #550475: hue angle of 283.01º degrees, saturation: 0.93, 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 #550475 is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB854117-
CMYK0.270.9700.54
HSL283.01º93.39%23.73%-
HSV(B)283.01º96.58%45.88%-
XYZ73.317.1-
YUV41.1170.84159.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.26%
GREEN value IS 4 (1.95% from 255) = 1.94%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=41.26%
G=1.94%
B=56.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8541170.270.9700.54283.0193.3923.73
Hex554751B6103611b5d18
Octal12541653314106643313530
Binary101010110011101011101111000010110110100011011101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550475; }

 p { color: rgb(85,4,117); }

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

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

 a { background-color: rgb(85,4,117); }

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

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

 span { border-color: rgb(85,4,117); }

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