#550393

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

Shades of Indigo #550393

Tints of Indigo #550393

Color information

#550393 (or 0x550393) is unknown color: approx Indigo. HEX triplet: 55, 03 and 93. RGB value is (85,3,147). Sum of RGB (Red+Green+Blue) = 85+3+147=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 147 (57.81% from 255 or 62.55% from 235); Max value from RGB is 147 - color contains mainly: blue. Hex color #550393 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550393 is #AAFC6C. Grayscale: #2B2B2B. Windows color (decimal): -11205741 or 9634645. OLE color: 9634645.

HSL color Cylindrical-coordinate representation of color #550393: hue angle of 274.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #550393 is Cyan = 0.42, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB853147-
CMYK0.420.9800.42
HSL274.17º96%29.41%-
HSV(B)274.17º97.96%57.65%-
XYZ9.054.127.92-
YUV43.93186.17157.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 3 (1.56% from 255) = 1.28%
BLUE value IS 147 (57.81% from 255) = 62.55%
R=36.17%
G=1.28%
B=62.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8531470.420.9800.42274.179629.41
Hex553932A6202A112601d
Octal12532235214205242214035
Binary1010101111001001110101011000100101010100010010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550393; }

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

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

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

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

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

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

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

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