#550494

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

Shades of Indigo #550494

Tints of Indigo #550494

Color information

#550494 (or 0x550494) is unknown color: approx Indigo. HEX triplet: 55, 04 and 94. RGB value is (85,4,148). Sum of RGB (Red+Green+Blue) = 85+4+148=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 148 (58.20% from 255 or 62.45% from 237); Max value from RGB is 148 - color contains mainly: blue. Hex color #550494 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550494 is #AAFB6B. Grayscale: #2C2C2C. Windows color (decimal): -11205484 or 9700437. OLE color: 9700437.

HSL color Cylindrical-coordinate representation of color #550494: hue angle of 273.75º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550494 is Cyan = 0.43, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB854148-
CMYK0.430.9700.42
HSL273.75º94.74%29.8%-
HSV(B)273.75º97.3%58.04%-
XYZ9.144.1628.34-
YUV44.64186.34156.79-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 4 (1.95% from 255) = 1.69%
BLUE value IS 148 (58.20% from 255) = 62.45%
R=35.86%
G=1.69%
B=62.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8541480.430.9700.42273.7594.7429.8
Hex554942B6102A1125f1e
Octal12542245314105242213736
Binary10101011001001010010101111000010101010100010010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550494; }

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

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

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

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

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

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

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

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