#550482

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

Shades of Indigo #550482

Tints of Indigo #550482

Color information

#550482 (or 0x550482) is unknown color: approx Indigo. HEX triplet: 55, 04 and 82. RGB value is (85,4,130). Sum of RGB (Red+Green+Blue) = 85+4+130=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #550482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550482 is #AAFB7D. Grayscale: #2A2A2A. Windows color (decimal): -11205502 or 8520789. OLE color: 8520789.

HSL color Cylindrical-coordinate representation of color #550482: hue angle of 278.57º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550482 is Cyan = 0.35, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB854130-
CMYK0.350.9700.49
HSL278.57º94.03%26.27%-
HSV(B)278.57º96.92%50.98%-
XYZ7.823.6321.41-
YUV42.58177.34158.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 130 (51.17% from 255) = 59.36%
R=38.81%
G=1.83%
B=59.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8541300.350.9700.49278.5794.0326.27
Hex5548223610311175e1a
Octal12542024314106142713632
Binary10101011001000001010001111000010110001100010111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550482; }

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

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

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

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

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

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

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

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