#50057B

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

Shades of Indigo #50057B

Tints of Indigo #50057B

Color information

#50057B (or 0x50057B) is unknown color: approx Indigo. HEX triplet: 50, 05 and 7B. RGB value is (80,5,123). Sum of RGB (Red+Green+Blue) = 80+5+123=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 5 (2.34% from 255 or 2.40% from 208); Blue value is 123 (48.44% from 255 or 59.13% from 208); Max value from RGB is 123 - color contains mainly: blue. Hex color #50057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50057B is #AFFA84. Grayscale: #282828. Windows color (decimal): -11532933 or 8062288. OLE color: 8062288.

HSL color Cylindrical-coordinate representation of color #50057B: hue angle of 278.14º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #50057B is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB805123-
CMYK0.350.9600.52
HSL278.14º92.19%25.1%-
HSV(B)278.14º95.93%48.24%-
XYZ6.943.2419-
YUV40.88174.35155.91-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 38.46%
GREEN value IS 5 (2.34% from 255) = 2.40%
BLUE value IS 123 (48.44% from 255) = 59.13%
R=38.46%
G=2.40%
B=59.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal8051230.350.9600.52278.1492.1925.1
Hex5057B23600341165c19
Octal12051734314006442613431
Binary1010000101111101110001111000000110100100010110101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50057B; }

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

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

<style>
 a { background-color: #50057B; }

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

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

<style>
 span { border-color: #50057B; }

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

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