Html Css Color HEX #50107F Indigo

📋 copy color: '#50107F'

red 80 ◦ green 16 ◦ blue 127

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

Shades of Indigo #50107F

Tints of Indigo #50107F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 56.95%

R = 35.87%
G = 7.17%
B = 56.95%

CMYK

 C value IS 0.37

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50107F (or 0x50107F) is known color: Indigo. HEX triplet: 50, 10 and 7F. RGB value is (80,16,127). Sum of RGB (Red+Green+Blue) = 80+16+127=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 16 (6.64% from 255 or 7.17% from 223); Blue value is 127 (50% from 255 or 56.95% from 223); Max value from RGB is 127 - color contains mainly: blue. Hex color #50107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50107F is #AFEF80. Grayscale: #2F2F2F. Windows color (decimal): -11530113 or 8327248. OLE color: 8327248.

HSL color Cylindrical-coordinate representation of color #50107F: hue angle of 274.59º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #50107F is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 16 127 -
CMYK 0.37 0.87 0 0.50
HSL 274.59º 0.78% 0.28% -
HSV(B) 274.59º 0.87% 0.5% -
XYZ 7.32 3.61 20.39 -
YUV 47.79 172.7 150.97 -
System Red Green Blue C M Y K H S L
Decimal 80 16 127 0.37 0.87 0 0.50 274.59 0.78 0.28
Hex 50 10 7F 25 57 0 32 113 4E 1C
Octal 120 20 177 45 127 0 62 423 116 34
Binary 1010000 10000 1111111 100101 1010111 0 110010 100010011 1001110 11100

Color Harmonies of #50107F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50107F

Black with #50107F

Text Example


Text Example

White with #50107F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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