#50068E

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

Shades of Indigo #50068E

Tints of Indigo #50068E

Color information

#50068E (or 0x50068E) is unknown color: approx Indigo. HEX triplet: 50, 06 and 8E. RGB value is (80,6,142). Sum of RGB (Red+Green+Blue) = 80+6+142=228 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.09% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 142 (55.86% from 255 or 62.28% from 228); Max value from RGB is 142 - color contains mainly: blue. Hex color #50068E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50068E is #AFF971. Grayscale: #2B2B2B. Windows color (decimal): -11532658 or 9307728. OLE color: 9307728.

HSL color Cylindrical-coordinate representation of color #50068E: hue angle of 272.65º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50068E is Cyan = 0.44, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB806142-
CMYK0.440.9600.44
HSL272.65º91.89%29.02%-
HSV(B)272.65º95.77%55.69%-
XYZ8.263.7925.89-
YUV43.63183.52153.94-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.09%
GREEN value IS 6 (2.73% from 255) = 2.63%
BLUE value IS 142 (55.86% from 255) = 62.28%
R=35.09%
G=2.63%
B=62.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8061420.440.9600.44272.6591.8929.02
Hex5068E2C6002C1115c1d
Octal12062165414005442113435
Binary10100001101000111010110011000000101100100010001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50068E; }

 p { color: rgb(80,6,142); }

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

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

 a { background-color: rgb(80,6,142); }

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

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

 span { border-color: rgb(80,6,142); }

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