#551678

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

Shades of Indigo #551678

Tints of Indigo #551678

Color information

#551678 (or 0x551678) is unknown color: approx Indigo. HEX triplet: 55, 16 and 78. RGB value is (85,22,120). Sum of RGB (Red+Green+Blue) = 85+22+120=227 (30% of max value = 765). Red value is 85 (33.59% from 255 or 37.44% from 227); Green value is 22 (8.98% from 255 or 9.69% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #551678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551678 is #AAE987. Grayscale: #333333. Windows color (decimal): -11200904 or 7870037. OLE color: 7870037.

HSL color Cylindrical-coordinate representation of color #551678: hue angle of 278.57º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551678 is Cyan = 0.29, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8522120-
CMYK0.290.8200.53
HSL278.57º69.01%27.84%-
HSV(B)278.57º81.67%47.06%-
XYZ7.423.8618.12-
YUV52.01166.37151.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.44%
GREEN value IS 22 (8.98% from 255) = 9.69%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=37.44%
G=9.69%
B=52.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85221200.290.8200.53278.5769.0127.84
Hex5516781D52035117451c
Octal125261703512206542710534
Binary10101011011011110001110110100100110101100010111100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551678; }

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

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

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

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

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

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

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

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