#550487

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

Shades of Indigo #550487

Tints of Indigo #550487

Color information

#550487 (or 0x550487) is unknown color: approx Indigo. HEX triplet: 55, 04 and 87. RGB value is (85,4,135). Sum of RGB (Red+Green+Blue) = 85+4+135=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 4 (1.95% from 255 or 1.79% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #550487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550487 is #AAFB78. Grayscale: #2A2A2A. Windows color (decimal): -11205497 or 8848469. OLE color: 8848469.

HSL color Cylindrical-coordinate representation of color #550487: hue angle of 277.1º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550487 is Cyan = 0.37, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB854135-
CMYK0.370.9700.47
HSL277.1º94.24%27.25%-
HSV(B)277.1º97.04%52.94%-
XYZ8.163.7723.22-
YUV43.15179.84157.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 4 (1.95% from 255) = 1.79%
BLUE value IS 135 (53.12% from 255) = 60.27%
R=37.95%
G=1.79%
B=60.27%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8541350.370.9700.47277.194.2427.25
Hex55487256102F1155e1b
Octal12542074514105742513633
Binary10101011001000011110010111000010101111100010101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550487; }

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

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

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

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

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

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

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

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