#551790

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

Shades of Indigo #551790

Tints of Indigo #551790

Color information

#551790 (or 0x551790) is unknown color: approx Indigo. HEX triplet: 55, 17 and 90. RGB value is (85,23,144). Sum of RGB (Red+Green+Blue) = 85+23+144=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #551790 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551790 is #AAE86F. Grayscale: #363636. Windows color (decimal): -11200624 or 9443157. OLE color: 9443157.

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

Color convert

RGB8523144-
CMYK0.410.8400.44
HSL270.74º72.46%32.75%-
HSV(B)270.74º84.03%56.47%-
XYZ9.094.5626.79-
YUV55.33178.04149.16-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 23 (9.38% from 255) = 9.13%
BLUE value IS 144 (56.64% from 255) = 57.14%
R=33.73%
G=9.13%
B=57.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85231440.410.8400.44270.7472.4632.75
Hex551790295402C10f4821
Octal125272205112405441711041
Binary10101011011110010000101001101010001011001000011111001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551790; }

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

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

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

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

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

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

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

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