Html Css Color HEX #50108C Indigo

📋 copy color: '#50108C'

red 80 ◦ green 16 ◦ blue 140

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

Shades of Indigo #50108C

Tints of Indigo #50108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.32%

R = 33.9%
G = 6.78%
B = 59.32%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50108C (or 0x50108C) is known color: Indigo. HEX triplet: 50, 10 and 8C. RGB value is (80,16,140). Sum of RGB (Red+Green+Blue) = 80+16+140=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #50108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50108C is #AFEF73. Grayscale: #303030. Windows color (decimal): -11530100 or 9179216. OLE color: 9179216.

HSL color Cylindrical-coordinate representation of color #50108C: hue angle of 270.97º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #50108C is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 16 140 -
CMYK 0.43 0.89 0 0.45
HSL 270.97º 0.79% 0.31% -
HSV(B) 270.97º 0.89% 0.55% -
XYZ 8.23 3.97 25.14 -
YUV 49.27 179.2 149.92 -
System Red Green Blue C M Y K H S L
Decimal 80 16 140 0.43 0.89 0 0.45 270.97 0.79 0.31
Hex 50 10 8C 2B 59 0 2D 10F 4F 1F
Octal 120 20 214 53 131 0 55 417 117 37
Binary 1010000 10000 10001100 101011 1011001 0 101101 100001111 1001111 11111

Color Harmonies of #50108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50108C

Black with #50108C

Text Example


Text Example

White with #50108C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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