#550164

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

Shades of Indigo #550164

Tints of Indigo #550164

Color information

#550164 (or 0x550164) is unknown color: approx Indigo. HEX triplet: 55, 01 and 64. RGB value is (85,1,100). Sum of RGB (Red+Green+Blue) = 85+1+100=186 (24% of max value = 765). Red value is 85 (33.59% from 255 or 45.70% from 186); Green value is 1 (0.78% from 255 or 0.54% from 186); Blue value is 100 (39.45% from 255 or 53.76% from 186); Max value from RGB is 100 - color contains mainly: blue. Hex color #550164 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550164 is #AAFE9B. Grayscale: #252525. Windows color (decimal): -11206300 or 6553941. OLE color: 6553941.

HSL color Cylindrical-coordinate representation of color #550164: hue angle of 290.91º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #550164 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB851100-
CMYK0.150.9900.61
HSL290.91º98.02%19.8%-
HSV(B)290.91º99%39.22%-
XYZ6.062.8712.29-
YUV37.4163.33161.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 45.70%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 100 (39.45% from 255) = 53.76%
R=45.70%
G=0.54%
B=53.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8511000.150.9900.61290.9198.0219.8
Hex55164F6303D1236214
Octal12511441714307544314224
Binary101010111100100111111000110111101100100011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550164; }

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

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

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

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

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

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

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

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