#551774

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

Shades of Indigo #551774

Tints of Indigo #551774

Color information

#551774 (or 0x551774) is unknown color: approx Indigo. HEX triplet: 55, 17 and 74. RGB value is (85,23,116). Sum of RGB (Red+Green+Blue) = 85+23+116=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 23 (9.38% from 255 or 10.27% from 224); Blue value is 116 (45.70% from 255 or 51.79% from 224); Max value from RGB is 116 - color contains mainly: blue. Hex color #551774 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551774 is #AAE88B. Grayscale: #333333. Windows color (decimal): -11200652 or 7608149. OLE color: 7608149.

HSL color Cylindrical-coordinate representation of color #551774: hue angle of 280º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551774 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8523116-
CMYK0.270.8000.55
HSL280º66.91%27.25%-
HSV(B)280º80.17%45.49%-
XYZ7.213.8116.88-
YUV52.14164.04151.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 23 (9.38% from 255) = 10.27%
BLUE value IS 116 (45.70% from 255) = 51.79%
R=37.95%
G=10.27%
B=51.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85231160.270.8000.5528066.9127.25
Hex5517741B50037118431b
Octal125271643312006743010333
Binary10101011011111101001101110100000110111100011000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551774; }

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

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

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

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

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

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

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

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