#550969

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

Shades of Indigo #550969

Tints of Indigo #550969

Color information

#550969 (or 0x550969) is unknown color: approx Indigo. HEX triplet: 55, 09 and 69. RGB value is (85,9,105). Sum of RGB (Red+Green+Blue) = 85+9+105=199 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.71% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #550969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550969 is #AAF696. Grayscale: #2A2A2A. Windows color (decimal): -11204247 or 6883669. OLE color: 6883669.

HSL color Cylindrical-coordinate representation of color #550969: hue angle of 287.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550969 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB859105-
CMYK0.190.9100.59
HSL287.5º84.21%22.35%-
HSV(B)287.5º91.43%41.18%-
XYZ6.393.1513.63-
YUV42.67163.18158.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 42.71%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 105 (41.41% from 255) = 52.76%
R=42.71%
G=4.52%
B=52.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8591050.190.9100.59287.584.2122.35
Hex55969135B03B1205416
Octal125111512313307344012426
Binary1010101100111010011001110110110111011100100000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550969; }

 p { color: rgb(85,9,105); }

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

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

 a { background-color: rgb(85,9,105); }

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

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

 span { border-color: rgb(85,9,105); }

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