#551480

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

Shades of Indigo #551480

Tints of Indigo #551480

Color information

#551480 (or 0x551480) is unknown color: approx Indigo. HEX triplet: 55, 14 and 80. RGB value is (85,20,128). Sum of RGB (Red+Green+Blue) = 85+20+128=233 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.48% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 128 (50.39% from 255 or 54.94% from 233); Max value from RGB is 128 - color contains mainly: blue. Hex color #551480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #551480 is #AAEB7F. Grayscale: #333333. Windows color (decimal): -11201408 or 8393813. OLE color: 8393813.

HSL color Cylindrical-coordinate representation of color #551480: hue angle of 276.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #551480 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8520128-
CMYK0.340.8400.50
HSL276.11º72.97%29.02%-
HSV(B)276.11º84.38%50.2%-
XYZ7.893.9920.78-
YUV51.75171.03151.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.48%
GREEN value IS 20 (8.20% from 255) = 8.58%
BLUE value IS 128 (50.39% from 255) = 54.94%
R=36.48%
G=8.58%
B=54.94%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85201280.340.8400.50276.1172.9729.02
Hex5514802254032114491d
Octal125242004212406242411135
Binary1010101101001000000010001010101000110010100010100100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551480; }

 p { color: rgb(85,20,128); }

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

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

 a { background-color: rgb(85,20,128); }

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

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

 span { border-color: rgb(85,20,128); }

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