#550394

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

Shades of Indigo #550394

Tints of Indigo #550394

Color information

#550394 (or 0x550394) is unknown color: approx Indigo. HEX triplet: 55, 03 and 94. RGB value is (85,3,148). Sum of RGB (Red+Green+Blue) = 85+3+148=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 148 (58.20% from 255 or 62.71% from 236); Max value from RGB is 148 - color contains mainly: blue. Hex color #550394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550394 is #AAFC6B. Grayscale: #2B2B2B. Windows color (decimal): -11205740 or 9700181. OLE color: 9700181.

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

Color convert

RGB853148-
CMYK0.430.9800.42
HSL273.93º96.03%29.61%-
HSV(B)273.93º97.97%58.04%-
XYZ9.124.1328.33-
YUV44.05186.67157.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 3 (1.56% from 255) = 1.27%
BLUE value IS 148 (58.20% from 255) = 62.71%
R=36.02%
G=1.27%
B=62.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal8531480.430.9800.42273.9396.0329.61
Hex553942B6202A112601e
Octal12532245314205242214036
Binary1010101111001010010101111000100101010100010010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550394; }

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

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

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

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

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

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

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

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