#551277

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

Shades of Indigo #551277

Tints of Indigo #551277

Color information

#551277 (or 0x551277) is unknown color: approx Indigo. HEX triplet: 55, 12 and 77. RGB value is (85,18,119). Sum of RGB (Red+Green+Blue) = 85+18+119=222 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.29% from 222); Green value is 18 (7.42% from 255 or 8.11% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #551277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551277 is #AAED88. Grayscale: #313131. Windows color (decimal): -11201929 or 7803477. OLE color: 7803477.

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

Color convert

RGB8518119-
CMYK0.290.8500.53
HSL279.8º73.72%26.86%-
HSV(B)279.8º84.87%46.67%-
XYZ7.293.717.78-
YUV49.55167.2153.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 38.29%
GREEN value IS 18 (7.42% from 255) = 8.11%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=38.29%
G=8.11%
B=53.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85181190.290.8500.53279.873.7226.86
Hex5512771D550351184a1b
Octal125221673512506543011233
Binary10101011001011101111110110101010110101100011000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551277; }

 p { color: rgb(85,18,119); }

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

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

 a { background-color: rgb(85,18,119); }

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

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

 span { border-color: rgb(85,18,119); }

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