#50059A

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

Shades of Indigo #50059A

Tints of Indigo #50059A

Color information

#50059A (or 0x50059A) is unknown color: approx Indigo. HEX triplet: 50, 05 and 9A. RGB value is (80,5,154). Sum of RGB (Red+Green+Blue) = 80+5+154=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 154 (60.55% from 255 or 64.44% from 239); Max value from RGB is 154 - color contains mainly: blue. Hex color #50059A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50059A is #AFFA65. Grayscale: #2B2B2B. Windows color (decimal): -11532902 or 10093904. OLE color: 10093904.

HSL color Cylindrical-coordinate representation of color #50059A: hue angle of 270.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50059A is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB805154-
CMYK0.480.9700.40
HSL270.2º93.71%31.18%-
HSV(B)270.2º96.75%60.39%-
XYZ9.24.1530.89-
YUV44.41189.85153.38-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 33.47%
GREEN value IS 5 (2.34% from 255) = 2.09%
BLUE value IS 154 (60.55% from 255) = 64.44%
R=33.47%
G=2.09%
B=64.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal8051540.480.9700.40270.293.7131.18
Hex5059A306102810e5e1f
Octal12052326014105041613637
Binary10100001011001101011000011000010101000100001110101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50059A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50059A; }

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

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

<style>
 a { background-color: #50059A; }

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

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

<style>
 span { border-color: #50059A; }

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

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