#550365

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

Shades of Indigo #550365

Tints of Indigo #550365

Color information

#550365 (or 0x550365) is unknown color: approx Indigo. HEX triplet: 55, 03 and 65. RGB value is (85,3,101). Sum of RGB (Red+Green+Blue) = 85+3+101=189 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.97% from 189); Green value is 3 (1.56% from 255 or 1.59% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #550365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550365 is #AAFC9A. Grayscale: #262626. Windows color (decimal): -11205787 or 6619989. OLE color: 6619989.

HSL color Cylindrical-coordinate representation of color #550365: hue angle of 290.2º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #550365 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB853101-
CMYK0.160.9700.60
HSL290.2º94.23%20.39%-
HSV(B)290.2º97.03%39.61%-
XYZ6.132.9412.56-
YUV38.69163.17161.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.97%
GREEN value IS 3 (1.56% from 255) = 1.59%
BLUE value IS 101 (39.84% from 255) = 53.44%
R=44.97%
G=1.59%
B=53.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8531010.160.9700.60290.294.2320.39
Hex55365106103C1225e14
Octal12531452014107444213624
Binary10101011111001011000011000010111100100100010101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550365; }

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

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

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

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

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

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

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

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