#550189

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

Shades of Indigo #550189

Tints of Indigo #550189

Color information

#550189 (or 0x550189) is unknown color: approx Indigo. HEX triplet: 55, 01 and 89. RGB value is (85,1,137). Sum of RGB (Red+Green+Blue) = 85+1+137=223 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.12% from 223); Green value is 1 (0.78% from 255 or 0.45% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #550189 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550189 is #AAFE76. Grayscale: #292929. Windows color (decimal): -11206263 or 8978773. OLE color: 8978773.

HSL color Cylindrical-coordinate representation of color #550189: hue angle of 277.06º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550189 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB851137-
CMYK0.380.9900.46
HSL277.06º98.55%27.06%-
HSV(B)277.06º99.27%53.73%-
XYZ8.273.7623.96-
YUV41.62181.83158.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.12%
GREEN value IS 1 (0.78% from 255) = 0.45%
BLUE value IS 137 (53.91% from 255) = 61.43%
R=38.12%
G=0.45%
B=61.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8511370.380.9900.46277.0698.5527.06
Hex55189266302E115631b
Octal12512114614305642514333
Binary101010111000100110011011000110101110100010101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550189; }

 p { color: rgb(85,1,137); }

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

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

 a { background-color: rgb(85,1,137); }

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

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

 span { border-color: rgb(85,1,137); }

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