#50189a

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

Shades of Indigo #50189A

Tints of Indigo #50189A

Color information

#50189A (or 0x50189A) is unknown color: approx Indigo. HEX triplet: 50, 18 and 9A. RGB value is (80,24,154). Sum of RGB (Red+Green+Blue) = 80+24+154=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 154 (60.55% from 255 or 59.69% from 258); Max value from RGB is 154 - color contains mainly: blue. Hex color #50189A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50189A is #AFE765. Grayscale: #373737. Windows color (decimal): -11528038 or 10098768. OLE color: 10098768.

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

Color convert

RGB8024154-
CMYK0.480.8400.40
HSL265.85º73.03%34.9%-
HSV(B)265.85º84.42%60.39%-
XYZ9.474.6930.98-
YUV55.56183.55145.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 31.01%
GREEN value IS 24 (9.77% from 255) = 9.30%
BLUE value IS 154 (60.55% from 255) = 59.69%
R=31.01%
G=9.30%
B=59.69%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal80241540.480.8400.40265.8573.0334.9
Hex50189A305402810a4923
Octal120302326012405041211143
Binary10100001100010011010110000101010001010001000010101001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50189a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50189a; }

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

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

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

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

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

<style>
 span { border-color: #50189a; }

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

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