#550367

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

Shades of Indigo #550367

Tints of Indigo #550367

Color information

#550367 (or 0x550367) is unknown color: approx Indigo. HEX triplet: 55, 03 and 67. RGB value is (85,3,103). Sum of RGB (Red+Green+Blue) = 85+3+103=191 (25% of max value = 765). Red value is 85 (33.59% from 255 or 44.50% from 191); Green value is 3 (1.56% from 255 or 1.57% from 191); Blue value is 103 (40.62% from 255 or 53.93% from 191); Max value from RGB is 103 - color contains mainly: blue. Hex color #550367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #550367 is #AAFC98. Grayscale: #262626. Windows color (decimal): -11205785 or 6751061. OLE color: 6751061.

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

Color convert

RGB853103-
CMYK0.170.9700.60
HSL289.2º94.34%20.78%-
HSV(B)289.2º97.09%40.39%-
XYZ6.232.9813.08-
YUV38.92164.17160.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 44.50%
GREEN value IS 3 (1.56% from 255) = 1.57%
BLUE value IS 103 (40.62% from 255) = 53.93%
R=44.50%
G=1.57%
B=53.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal8531030.170.9700.60289.294.3420.78
Hex55367116103C1215e15
Octal12531472114107444113625
Binary10101011111001111000111000010111100100100001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #550367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #550367; }

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

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

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

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

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

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

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

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