#50036F

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

Shades of Indigo #50036F

Tints of Indigo #50036F

Color information

#50036F (or 0x50036F) is unknown color: approx Indigo. HEX triplet: 50, 03 and 6F. RGB value is (80,3,111). Sum of RGB (Red+Green+Blue) = 80+3+111=194 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.24% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 111 (43.75% from 255 or 57.22% from 194); Max value from RGB is 111 - color contains mainly: blue. Hex color #50036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50036F is #AFFC90. Grayscale: #252525. Windows color (decimal): -11533457 or 7275344. OLE color: 7275344.

HSL color Cylindrical-coordinate representation of color #50036F: hue angle of 282.78º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50036F is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB803111-
CMYK0.280.9700.56
HSL282.78º94.74%22.35%-
HSV(B)282.78º97.3%43.53%-
XYZ6.212.9215.27-
YUV38.33169.01157.72-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.24%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 111 (43.75% from 255) = 57.22%
R=41.24%
G=1.55%
B=57.22%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8031110.280.9700.56282.7894.7422.35
Hex5036F1C6103811b5f16
Octal12031573414107043313726
Binary10100001111011111110011000010111000100011011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,3,111); }

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

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

 a { background-color: rgb(80,3,111); }

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

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

 span { border-color: rgb(80,3,111); }

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