#50055F

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

Shades of Indigo #50055F

Tints of Indigo #50055F

Color information

#50055F (or 0x50055F) is unknown color: approx Indigo. HEX triplet: 50, 05 and 5F. RGB value is (80,5,95). Sum of RGB (Red+Green+Blue) = 80+5+95=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 5 (2.34% from 255 or 2.78% from 180); Blue value is 95 (37.5% from 255 or 52.78% from 180); Max value from RGB is 95 - color contains mainly: blue. Hex color #50055F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50055F is #AFFAA0. Grayscale: #252525. Windows color (decimal): -11532961 or 6227280. OLE color: 6227280.

HSL color Cylindrical-coordinate representation of color #50055F: hue angle of 290º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50055F is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB80595-
CMYK0.160.9500.63
HSL290º90%19.61%-
HSV(B)290º94.74%37.25%-
XYZ5.432.6411.05-
YUV37.68160.35158.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.44%
GREEN value IS 5 (2.34% from 255) = 2.78%
BLUE value IS 95 (37.5% from 255) = 52.78%
R=44.44%
G=2.78%
B=52.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal805950.160.9500.632909019.61
Hex5055F105F03F1225a14
Octal12051372013707744213224
Binary101000010110111111000010111110111111100100010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50055F; }

 p { color: rgb(80,5,95); }

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

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

 a { background-color: rgb(80,5,95); }

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

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

 span { border-color: rgb(80,5,95); }

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