Html Css Color HEX #50108B Indigo

📋 copy color: '#50108B'

red 80 ◦ green 16 ◦ blue 139

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

Shades of Indigo #50108B

Tints of Indigo #50108B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.15%

R = 34.04%
G = 6.81%
B = 59.15%

CMYK

 C value IS 0.42

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50108B (or 0x50108B) is known color: Indigo. HEX triplet: 50, 10 and 8B. RGB value is (80,16,139). Sum of RGB (Red+Green+Blue) = 80+16+139=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 16 (6.64% from 255 or 6.81% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #50108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50108B is #AFEF74. Grayscale: #303030. Windows color (decimal): -11530101 or 9113680. OLE color: 9113680.

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

Color convert

RGB 80 16 139 -
CMYK 0.42 0.88 0 0.45
HSL 271.22º 0.79% 0.3% -
HSV(B) 271.22º 0.88% 0.55% -
XYZ 8.15 3.94 24.76 -
YUV 49.16 178.7 150 -
System Red Green Blue C M Y K H S L
Decimal 80 16 139 0.42 0.88 0 0.45 271.22 0.79 0.3
Hex 50 10 8B 2A 58 0 2D 10F 4F 1E
Octal 120 20 213 52 130 0 55 417 117 36
Binary 1010000 10000 10001011 101010 1011000 0 101101 100001111 1001111 11110

Color Harmonies of #50108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50108B

Black with #50108B

Text Example


Text Example

White with #50108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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