#551172

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

Shades of Indigo #551172

Tints of Indigo #551172

Color information

#551172 (or 0x551172) is unknown color: approx Indigo. HEX triplet: 55, 11 and 72. RGB value is (85,17,114). Sum of RGB (Red+Green+Blue) = 85+17+114=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #551172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551172 is #AAEE8D. Grayscale: #303030. Windows color (decimal): -11202190 or 7475541. OLE color: 7475541.

HSL color Cylindrical-coordinate representation of color #551172: hue angle of 282.06º 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 #551172 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8517114-
CMYK0.250.8500.55
HSL282.06º74.05%25.69%-
HSV(B)282.06º85.09%44.71%-
XYZ6.983.5516.24-
YUV48.39165.03154.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.35%
GREEN value IS 17 (7.03% from 255) = 7.87%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=39.35%
G=7.87%
B=52.78%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85171140.250.8500.55282.0674.0525.69
Hex551172195503711a4a1a
Octal125211623112506743211232
Binary10101011000111100101100110101010110111100011010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551172; }

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

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

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

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

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

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

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

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