#550185

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

Shades of Indigo #550185

Tints of Indigo #550185

Color information

#550185 (or 0x550185) is unknown color: approx Indigo. HEX triplet: 55, 01 and 85. RGB value is (85,1,133). Sum of RGB (Red+Green+Blue) = 85+1+133=219 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.81% from 219); Green value is 1 (0.78% from 255 or 0.46% from 219); Blue value is 133 (52.34% from 255 or 60.73% from 219); Max value from RGB is 133 - color contains mainly: blue. Hex color #550185 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550185 is #AAFE7A. Grayscale: #282828. Windows color (decimal): -11206267 or 8716629. OLE color: 8716629.

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

Color convert

RGB851133-
CMYK0.360.9900.48
HSL278.18º98.51%26.27%-
HSV(B)278.18º99.25%52.16%-
XYZ7.993.6522.47-
YUV41.16179.83159.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.81%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 133 (52.34% from 255) = 60.73%
R=38.81%
G=0.46%
B=60.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8511330.360.9900.48278.1898.5126.27
Hex551852463030116631a
Octal12512054414306042614332
Binary101010111000010110010011000110110000100010110110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550185; }

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

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

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

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

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

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

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

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