#551675

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

Shades of Indigo #551675

Tints of Indigo #551675

Color information

#551675 (or 0x551675) is unknown color: approx Indigo. HEX triplet: 55, 16 and 75. RGB value is (85,22,117). Sum of RGB (Red+Green+Blue) = 85+22+117=224 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.95% from 224); Green value is 22 (8.98% from 255 or 9.82% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #551675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551675 is #AAE98A. Grayscale: #333333. Windows color (decimal): -11200907 or 7673429. OLE color: 7673429.

HSL color Cylindrical-coordinate representation of color #551675: hue angle of 279.79º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551675 is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8522117-
CMYK0.270.8100.54
HSL279.79º68.35%27.25%-
HSV(B)279.79º81.2%45.88%-
XYZ7.243.7917.18-
YUV51.67164.87151.78-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.95%
GREEN value IS 22 (8.98% from 255) = 9.82%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=37.95%
G=9.82%
B=52.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal85221170.270.8100.54279.7968.3527.25
Hex5516751B51036118441b
Octal125261653312106643010433
Binary10101011011011101011101110100010110110100011000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551675; }

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

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

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

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

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

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

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

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