#551786

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

Shades of Indigo #551786

Tints of Indigo #551786

Color information

#551786 (or 0x551786) is unknown color: approx Indigo. HEX triplet: 55, 17 and 86. RGB value is (85,23,134). Sum of RGB (Red+Green+Blue) = 85+23+134=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 134 (52.73% from 255 or 55.37% from 242); Max value from RGB is 134 - color contains mainly: blue. Hex color #551786 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551786 is #AAE879. Grayscale: #353535. Windows color (decimal): -11200634 or 8787797. OLE color: 8787797.

HSL color Cylindrical-coordinate representation of color #551786: hue angle of 273.51º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #551786 is Cyan = 0.37, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8523134-
CMYK0.370.8300.47
HSL273.51º70.7%30.78%-
HSV(B)273.51º82.84%52.55%-
XYZ8.364.2722.94-
YUV54.19173.04149.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.12%
GREEN value IS 23 (9.38% from 255) = 9.50%
BLUE value IS 134 (52.73% from 255) = 55.37%
R=35.12%
G=9.50%
B=55.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85231340.370.8300.47273.5170.730.78
Hex551786255302F112471f
Octal125272064512305742210737
Binary1010101101111000011010010110100110101111100010010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551786; }

 p { color: rgb(85,23,134); }

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

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

 a { background-color: rgb(85,23,134); }

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

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

 span { border-color: rgb(85,23,134); }

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