#551671

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

Shades of Indigo #551671

Tints of Indigo #551671

Color information

#551671 (or 0x551671) is unknown color: approx Indigo. HEX triplet: 55, 16 and 71. RGB value is (85,22,113). Sum of RGB (Red+Green+Blue) = 85+22+113=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #551671 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551671 is #AAE98E. Grayscale: #323232. Windows color (decimal): -11200911 or 7411285. OLE color: 7411285.

HSL color Cylindrical-coordinate representation of color #551671: hue angle of 281.54º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551671 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8522113-
CMYK0.250.8100.56
HSL281.54º67.41%26.47%-
HSV(B)281.54º80.53%44.31%-
XYZ7.013.715.97-
YUV51.21162.87152.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.64%
GREEN value IS 22 (8.98% from 255) = 10%
BLUE value IS 113 (44.53% from 255) = 51.36%
R=38.64%
G=10%
B=51.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85221130.250.8100.56281.5467.4126.47
Hex551671195103811a431a
Octal125261613112107043210332
Binary10101011011011100011100110100010111000100011010100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551671; }

 p { color: rgb(85,22,113); }

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

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

 a { background-color: rgb(85,22,113); }

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

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

 span { border-color: rgb(85,22,113); }

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