#551385

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

Shades of Indigo #551385

Tints of Indigo #551385

Color information

#551385 (or 0x551385) is unknown color: approx Indigo. HEX triplet: 55, 13 and 85. RGB value is (85,19,133). Sum of RGB (Red+Green+Blue) = 85+19+133=237 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.86% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #551385 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551385 is #AAEC7A. Grayscale: #333333. Windows color (decimal): -11201659 or 8721237. OLE color: 8721237.

HSL color Cylindrical-coordinate representation of color #551385: hue angle of 274.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551385 is Cyan = 0.36, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8519133-
CMYK0.360.8600.48
HSL274.74º75%29.8%-
HSV(B)274.74º85.71%52.16%-
XYZ8.214.0922.55-
YUV51.73173.87151.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.86%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 133 (52.34% from 255) = 56.12%
R=35.86%
G=8.02%
B=56.12%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85191330.360.8600.48274.747529.8
Hex55138524560301134b1e
Octal125232054412606042311336
Binary1010101100111000010110010010101100110000100010011100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551385; }

 p { color: rgb(85,19,133); }

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

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

 a { background-color: rgb(85,19,133); }

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

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

 span { border-color: rgb(85,19,133); }

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