#551577

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

Shades of Indigo #551577

Tints of Indigo #551577

Color information

#551577 (or 0x551577) is unknown color: approx Indigo. HEX triplet: 55, 15 and 77. RGB value is (85,21,119). Sum of RGB (Red+Green+Blue) = 85+21+119=225 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.78% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #551577 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551577 is #AAEA88. Grayscale: #323232. Windows color (decimal): -11201161 or 7804245. OLE color: 7804245.

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

Color convert

RGB8521119-
CMYK0.290.8200.53
HSL279.18º70%27.45%-
HSV(B)279.18º82.35%46.67%-
XYZ7.343.817.8-
YUV51.31166.2152.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.78%
GREEN value IS 21 (8.59% from 255) = 9.33%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=37.78%
G=9.33%
B=52.89%

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
Decimal85211190.290.8200.53279.187027.45
Hex5515771D52035117461b
Octal125251673512206542710633
Binary10101011010111101111110110100100110101100010111100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551577; }

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

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

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

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

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

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

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

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