#551174

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

Shades of Indigo #551174

Tints of Indigo #551174

Color information

#551174 (or 0x551174) is unknown color: approx Indigo. HEX triplet: 55, 11 and 74. RGB value is (85,17,116). Sum of RGB (Red+Green+Blue) = 85+17+116=218 (28% of max value = 765). Red value is 85 (33.59% from 255 or 38.99% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #551174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551174 is #AAEE8B. Grayscale: #303030. Windows color (decimal): -11202188 or 7606613. OLE color: 7606613.

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

Color convert

RGB8517116-
CMYK0.270.8500.55
HSL281.21º74.44%26.08%-
HSV(B)281.21º85.34%45.49%-
XYZ7.13.5916.84-
YUV48.62166.03153.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.99%
GREEN value IS 17 (7.03% from 255) = 7.80%
BLUE value IS 116 (45.70% from 255) = 53.21%
R=38.99%
G=7.80%
B=53.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85171160.270.8500.55281.2174.4426.08
Hex5511741B550371194a1a
Octal125211643312506743111232
Binary10101011000111101001101110101010110111100011001100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551174; }

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

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

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

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

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

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

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

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