#550373

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

Shades of Indigo #550373

Tints of Indigo #550373

Color information

#550373 (or 0x550373) is unknown color: approx Indigo. HEX triplet: 55, 03 and 73. RGB value is (85,3,115). Sum of RGB (Red+Green+Blue) = 85+3+115=203 (26% of max value = 765). Red value is 85 (33.59% from 255 or 41.87% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #550373 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550373 is #AAFC8C. Grayscale: #272727. Windows color (decimal): -11205773 or 7537493. OLE color: 7537493.

HSL color Cylindrical-coordinate representation of color #550373: hue angle of 283.93º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550373 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB853115-
CMYK0.260.9700.55
HSL283.93º94.92%23.14%-
HSV(B)283.93º97.39%45.1%-
XYZ6.873.2316.48-
YUV40.29170.17159.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 41.87%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=41.87%
G=1.48%
B=56.65%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8531150.260.9700.55283.9394.9223.14
Hex553731A6103711c5f17
Octal12531633214106743413727
Binary10101011111100111101011000010110111100011100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550373; }

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

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

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

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

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

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

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

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