#50078C

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

Shades of Indigo #50078C

Tints of Indigo #50078C

Color information

#50078C (or 0x50078C) is unknown color: approx Indigo. HEX triplet: 50, 07 and 8C. RGB value is (80,7,140). Sum of RGB (Red+Green+Blue) = 80+7+140=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 7 (3.12% from 255 or 3.08% from 227); Blue value is 140 (55.08% from 255 or 61.67% from 227); Max value from RGB is 140 - color contains mainly: blue. Hex color #50078C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50078C is #AFF873. Grayscale: #2B2B2B. Windows color (decimal): -11532404 or 9176912. OLE color: 9176912.

HSL color Cylindrical-coordinate representation of color #50078C: hue angle of 272.93º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50078C is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB807140-
CMYK0.430.9500.45
HSL272.93º90.48%28.82%-
HSV(B)272.93º95%54.9%-
XYZ8.123.7525.11-
YUV43.99182.18153.69-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 35.24%
GREEN value IS 7 (3.12% from 255) = 3.08%
BLUE value IS 140 (55.08% from 255) = 61.67%
R=35.24%
G=3.08%
B=61.67%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal8071400.430.9500.45272.9390.4828.82
Hex5078C2B5F02D1115a1d
Octal12072145313705542113235
Binary10100001111000110010101110111110101101100010001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50078C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50078C; }

 p { color: rgb(80,7,140); }

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

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

 a { background-color: rgb(80,7,140); }

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

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

 span { border-color: rgb(80,7,140); }

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