#551578

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

Shades of Indigo #551578

Tints of Indigo #551578

Color information

#551578 (or 0x551578) is unknown color: approx Indigo. HEX triplet: 55, 15 and 78. RGB value is (85,21,120). Sum of RGB (Red+Green+Blue) = 85+21+120=226 (29% of max value = 765). Red value is 85 (33.59% from 255 or 37.61% from 226); Green value is 21 (8.59% from 255 or 9.29% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #551578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #551578 is #AAEA87. Grayscale: #333333. Windows color (decimal): -11201160 or 7869781. OLE color: 7869781.

HSL color Cylindrical-coordinate representation of color #551578: hue angle of 278.79º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551578 is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8521120-
CMYK0.290.8300.53
HSL278.79º70.21%27.65%-
HSV(B)278.79º82.5%47.06%-
XYZ7.43.8218.12-
YUV51.42166.7151.95-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 37.61%
GREEN value IS 21 (8.59% from 255) = 9.29%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=37.61%
G=9.29%
B=53.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85211200.290.8300.53278.7970.2127.65
Hex5515781D53035117461c
Octal125251703512306542710634
Binary10101011010111110001110110100110110101100010111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551578; }

 p { color: rgb(85,21,120); }

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

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

 a { background-color: rgb(85,21,120); }

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

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

 span { border-color: rgb(85,21,120); }

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