#551777

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

Shades of Indigo #551777

Tints of Indigo #551777

Color information

#551777 (or 0x551777) is unknown color: approx Indigo. HEX triplet: 55, 17 and 77. RGB value is (85,23,119). Sum of RGB (Red+Green+Blue) = 85+23+119=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 23 (9.38% from 255 or 10.13% from 227); Blue value is 119 (46.88% from 255 or 52.42% from 227); Max value from RGB is 119 - color contains mainly: blue. Hex color #551777 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551777 is #AAE888. Grayscale: #343434. Windows color (decimal): -11200649 or 7804757. OLE color: 7804757.

HSL color Cylindrical-coordinate representation of color #551777: hue angle of 278.75º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551777 is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8523119-
CMYK0.290.8100.53
HSL278.75º67.61%27.84%-
HSV(B)278.75º80.67%46.67%-
XYZ7.383.8817.81-
YUV52.48165.54151.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 23 (9.38% from 255) = 10.13%
BLUE value IS 119 (46.88% from 255) = 52.42%
R=37.44%
G=10.13%
B=52.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85231190.290.8100.53278.7567.6127.84
Hex5517771D51035117441c
Octal125271673512106542710434
Binary10101011011111101111110110100010110101100010111100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551777; }

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

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

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

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

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

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

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

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