Html Css Color HEX #50189C Indigo

📋 copy color: '#50189C'

red 80 ◦ green 24 ◦ blue 156

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

Shades of Indigo #50189C

Tints of Indigo #50189C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 60%

R = 30.77%
G = 9.23%
B = 60%

CMYK

 C value IS 0.49

 M value IS 0.85

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50189C (or 0x50189C) is known color: Indigo. HEX triplet: 50, 18 and 9C. RGB value is (80,24,156). Sum of RGB (Red+Green+Blue) = 80+24+156=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #50189C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50189C is #AFE763. Grayscale: #373737. Windows color (decimal): -11528036 or 10229840. OLE color: 10229840.

HSL color Cylindrical-coordinate representation of color #50189C: hue angle of 265.45º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #50189C is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 24 156 -
CMYK 0.49 0.85 0 0.39
HSL 265.45º 0.73% 0.35% -
HSV(B) 265.45º 0.85% 0.61% -
XYZ 9.64 4.76 31.86 -
YUV 55.79 184.55 145.27 -
System Red Green Blue C M Y K H S L
Decimal 80 24 156 0.49 0.85 0 0.39 265.45 0.73 0.35
Hex 50 18 9C 31 55 0 27 109 49 23
Octal 120 30 234 61 125 0 47 411 111 43
Binary 1010000 11000 10011100 110001 1010101 0 100111 100001001 1001001 100011

Color Harmonies of #50189C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50189C

Black with #50189C

Text Example


Text Example

White with #50189C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #50189C;
 }
 .AnyTagClassName
 {
   color: #50189C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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