#550D84

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

Shades of Indigo #550D84

Tints of Indigo #550D84

Color information

#550D84 (or 0x550D84) is unknown color: approx Indigo. HEX triplet: 55, 0D and 84. RGB value is (85,13,132). Sum of RGB (Red+Green+Blue) = 85+13+132=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 13 (5.47% from 255 or 5.65% from 230); Blue value is 132 (51.95% from 255 or 57.39% from 230); Max value from RGB is 132 - color contains mainly: blue. Hex color #550D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550D84 is #AAF27B. Grayscale: #2F2F2F. Windows color (decimal): -11203196 or 8654165. OLE color: 8654165.

HSL color Cylindrical-coordinate representation of color #550D84: hue angle of 276.3º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #550D84 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8513132-
CMYK0.360.9000.48
HSL276.3º82.07%28.43%-
HSV(B)276.3º90.15%51.76%-
XYZ8.063.8922.16-
YUV48.09175.35154.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.96%
GREEN value IS 13 (5.47% from 255) = 5.65%
BLUE value IS 132 (51.95% from 255) = 57.39%
R=36.96%
G=5.65%
B=57.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85131320.360.9000.48276.382.0728.43
Hex55D84245A030114521c
Octal125152044413206042412234
Binary101010111011000010010010010110100110000100010100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550D84; }

 p { color: rgb(85,13,132); }

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

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

 a { background-color: rgb(85,13,132); }

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

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

 span { border-color: rgb(85,13,132); }

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