#551071

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

Shades of Indigo #551071

Tints of Indigo #551071

Color information

#551071 (or 0x551071) is unknown color: approx Indigo. HEX triplet: 55, 10 and 71. RGB value is (85,16,113). Sum of RGB (Red+Green+Blue) = 85+16+113=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 16 (6.64% from 255 or 7.48% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #551071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551071 is #AAEF8E. Grayscale: #2F2F2F. Windows color (decimal): -11202447 or 7409749. OLE color: 7409749.

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

Color convert

RGB8516113-
CMYK0.250.8600.56
HSL282.68º75.19%25.29%-
HSV(B)282.68º85.84%44.31%-
XYZ6.913.4915.93-
YUV47.69164.86154.61-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 39.72%
GREEN value IS 16 (6.64% from 255) = 7.48%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=39.72%
G=7.48%
B=52.80%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal85161130.250.8600.56282.6875.1925.29
Hex551071195603811b4b19
Octal125201613112607043311331
Binary10101011000011100011100110101100111000100011011100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551071; }

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

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

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

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

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

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

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

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