Html Css Color HEX #50188A Indigo

📋 copy color: '#50188A'

red 80 ◦ green 24 ◦ blue 138

#50188A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #50188A

Tints of Indigo #50188A

RGB

 RED value IS 80 (31.64% from 255) = 33.06%

 GREEN value IS 24 (9.77% from 255) = 9.92%

 BLUE value IS 138 (54.3% from 255) = 57.02%

R = 33.06%
G = 9.92%
B = 57.02%

CMYK

 C value IS 0.42

 M value IS 0.83

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#50188A (or 0x50188A) is known color: Indigo. HEX triplet: 50, 18 and 8A. RGB value is (80,24,138). Sum of RGB (Red+Green+Blue) = 80+24+138=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 24 (9.77% from 255 or 9.92% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #50188A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50188A is #AFE775. Grayscale: #353535. Windows color (decimal): -11528054 or 9050192. OLE color: 9050192.

HSL color Cylindrical-coordinate representation of color #50188A: hue angle of 269.47º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #50188A is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 24 138 -
CMYK 0.42 0.83 0 0.46
HSL 269.47º 0.7% 0.32% -
HSV(B) 269.47º 0.83% 0.54% -
XYZ 8.22 4.19 24.42 -
YUV 53.74 175.55 146.73 -
System Red Green Blue C M Y K H S L
Decimal 80 24 138 0.42 0.83 0 0.46 269.47 0.7 0.32
Hex 50 18 8A 2A 53 0 2E 10D 46 20
Octal 120 30 212 52 123 0 56 415 106 40
Binary 1010000 11000 10001010 101010 1010011 0 101110 100001101 1000110 100000

Color Harmonies of #50188A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50188A

Black with #50188A

Text Example


Text Example

White with #50188A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50188A;
 }
 .AnyTagClassName
 {
   color: #50188A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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