Html Css Color HEX #50109A Indigo

📋 copy color: '#50109A'

red 80 ◦ green 16 ◦ blue 154

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

Shades of Indigo #50109A

Tints of Indigo #50109A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

 BLUE value IS 154 (60.55% from 255) = 61.6%

R = 32%
G = 6.4%
B = 61.6%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50109A (or 0x50109A) is known color: Indigo. HEX triplet: 50, 10 and 9A. RGB value is (80,16,154). Sum of RGB (Red+Green+Blue) = 80+16+154=250 (33% of max value = 765). Red value is 80 (31.64% from 255 or 32% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #50109A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50109A is #AFEF65. Grayscale: #323232. Windows color (decimal): -11530086 or 10096720. OLE color: 10096720.

HSL color Cylindrical-coordinate representation of color #50109A: hue angle of 267.83º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #50109A is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 16 154 -
CMYK 0.48 0.90 0 0.40
HSL 267.83º 0.81% 0.33% -
HSV(B) 267.83º 0.9% 0.6% -
XYZ 9.33 4.41 30.93 -
YUV 50.87 186.2 148.78 -
System Red Green Blue C M Y K H S L
Decimal 80 16 154 0.48 0.90 0 0.40 267.83 0.81 0.33
Hex 50 10 9A 30 5A 0 28 10C 51 21
Octal 120 20 232 60 132 0 50 414 121 41
Binary 1010000 10000 10011010 110000 1011010 0 101000 100001100 1010001 100001

Color Harmonies of #50109A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50109A

Black with #50109A

Text Example


Text Example

White with #50109A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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