Html Css Color HEX #50107D Indigo

📋 copy color: '#50107D'

red 80 ◦ green 16 ◦ blue 125

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

Shades of Indigo #50107D

Tints of Indigo #50107D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 56.56%

R = 36.2%
G = 7.24%
B = 56.56%

CMYK

 C value IS 0.36

 M value IS 0.87

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50107D (or 0x50107D) is known color: Indigo. HEX triplet: 50, 10 and 7D. RGB value is (80,16,125). Sum of RGB (Red+Green+Blue) = 80+16+125=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 16 (6.64% from 255 or 7.24% from 221); Blue value is 125 (49.22% from 255 or 56.56% from 221); Max value from RGB is 125 - color contains mainly: blue. Hex color #50107D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50107D is #AFEF82. Grayscale: #2F2F2F. Windows color (decimal): -11530115 or 8196176. OLE color: 8196176.

HSL color Cylindrical-coordinate representation of color #50107D: hue angle of 275.23º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50107D is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 16 125 -
CMYK 0.36 0.87 0 0.51
HSL 275.23º 0.77% 0.28% -
HSV(B) 275.23º 0.87% 0.49% -
XYZ 7.2 3.56 19.71 -
YUV 47.56 171.7 151.14 -
System Red Green Blue C M Y K H S L
Decimal 80 16 125 0.36 0.87 0 0.51 275.23 0.77 0.28
Hex 50 10 7D 24 57 0 33 113 4D 1C
Octal 120 20 175 44 127 0 63 423 115 34
Binary 1010000 10000 1111101 100100 1010111 0 110011 100010011 1001101 11100

Color Harmonies of #50107D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50107D

Black with #50107D

Text Example


Text Example

White with #50107D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50107D; }

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

 H1.HeaderClassName
 {
   color: #50107D;
 }
 .AnyTagClassName
 {
   color: #50107D;
 }
</style>

background-color css

<style>
 a { background-color: #50107D; }

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

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

border-color css

<style>
 span { border-color: #50107D; }

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

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