#550384

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

Shades of Indigo #550384

Tints of Indigo #550384

Color information

#550384 (or 0x550384) is unknown color: approx Indigo. HEX triplet: 55, 03 and 84. RGB value is (85,3,132). Sum of RGB (Red+Green+Blue) = 85+3+132=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 132 (51.95% from 255 or 60% from 220); Max value from RGB is 132 - color contains mainly: blue. Hex color #550384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550384 is #AAFC7B. Grayscale: #292929. Windows color (decimal): -11205756 or 8651605. OLE color: 8651605.

HSL color Cylindrical-coordinate representation of color #550384: hue angle of 278.14º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550384 is Cyan = 0.36, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB853132-
CMYK0.360.9800.48
HSL278.14º95.56%26.47%-
HSV(B)278.14º97.73%51.76%-
XYZ7.943.6622.12-
YUV42.22178.67158.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 132 (51.95% from 255) = 60%
R=38.64%
G=1.36%
B=60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8531320.360.9800.48278.1495.5626.47
Hex553842462030116601a
Octal12532044414206042614032
Binary1010101111000010010010011000100110000100010110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550384; }

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

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

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

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

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

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

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

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