#550369

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

Shades of Indigo #550369

Tints of Indigo #550369

Color information

#550369 (or 0x550369) is unknown color: approx Indigo. HEX triplet: 55, 03 and 69. RGB value is (85,3,105). Sum of RGB (Red+Green+Blue) = 85+3+105=193 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.04% from 193); Green value is 3 (1.56% from 255 or 1.55% from 193); Blue value is 105 (41.41% from 255 or 54.40% from 193); Max value from RGB is 105 - color contains mainly: blue. Hex color #550369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550369 is #AAFC96. Grayscale: #262626. Windows color (decimal): -11205783 or 6882133. OLE color: 6882133.

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

Color convert

RGB853105-
CMYK0.190.9700.59
HSL288.24º94.44%21.18%-
HSV(B)288.24º97.14%41.18%-
XYZ6.333.0213.61-
YUV39.15165.17160.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.04%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 105 (41.41% from 255) = 54.40%
R=44.04%
G=1.55%
B=54.40%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8531050.190.9700.59288.2494.4421.18
Hex55369136103B1205e15
Octal12531512314107344013625
Binary10101011111010011001111000010111011100100000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550369; }

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

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

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

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

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

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

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

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