#50026F

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

Shades of Indigo #50026F

Tints of Indigo #50026F

Color information

#50026F (or 0x50026F) is unknown color: approx Indigo. HEX triplet: 50, 02 and 6F. RGB value is (80,2,111). Sum of RGB (Red+Green+Blue) = 80+2+111=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 111 (43.75% from 255 or 57.51% from 193); Max value from RGB is 111 - color contains mainly: blue. Hex color #50026F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50026F is #AFFD90. Grayscale: #252525. Windows color (decimal): -11533713 or 7275088. OLE color: 7275088.

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

Color convert

RGB802111-
CMYK0.280.9800.56
HSL282.94º96.46%22.16%-
HSV(B)282.94º98.2%43.53%-
XYZ6.22.915.27-
YUV37.75169.34158.14-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 41.45%
GREEN value IS 2 (1.17% from 255) = 1.04%
BLUE value IS 111 (43.75% from 255) = 57.51%
R=41.45%
G=1.04%
B=57.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal8021110.280.9800.56282.9496.4622.16
Hex5026F1C6203811b6016
Octal12021573414207043314026
Binary10100001011011111110011000100111000100011011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50026F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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