#551290

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

Shades of Indigo #551290

Tints of Indigo #551290

Color information

#551290 (or 0x551290) is unknown color: approx Indigo. HEX triplet: 55, 12 and 90. RGB value is (85,18,144). Sum of RGB (Red+Green+Blue) = 85+18+144=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 18 (7.42% from 255 or 7.29% from 247); Blue value is 144 (56.64% from 255 or 58.30% from 247); Max value from RGB is 144 - color contains mainly: blue. Hex color #551290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551290 is #AAED6F. Grayscale: #333333. Windows color (decimal): -11201904 or 9441877. OLE color: 9441877.

HSL color Cylindrical-coordinate representation of color #551290: hue angle of 271.9º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #551290 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8518144-
CMYK0.410.8800.44
HSL271.9º77.78%31.76%-
HSV(B)271.9º87.5%56.47%-
XYZ94.3826.76-
YUV52.4179.7151.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 18 (7.42% from 255) = 7.29%
BLUE value IS 144 (56.64% from 255) = 58.30%
R=34.41%
G=7.29%
B=58.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85181440.410.8800.44271.977.7831.76
Hex551290295802C1104e20
Octal125222205113005442011640
Binary10101011001010010000101001101100001011001000100001001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551290; }

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

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

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

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

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

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

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

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