Html Css Color HEX #50016F Indigo

📋 copy color: '#50016F'

red 80 ◦ green 1 ◦ blue 111

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

Shades of Indigo #50016F

Tints of Indigo #50016F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.52%

 BLUE value IS 111 (43.75% from 255) = 57.81%

R = 41.67%
G = 0.52%
B = 57.81%

CMYK

 C value IS 0.28

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50016F (or 0x50016F) is known color: Indigo. HEX triplet: 50, 01 and 6F. RGB value is (80,1,111). Sum of RGB (Red+Green+Blue) = 80+1+111=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 1 (0.78% from 255 or 0.52% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #50016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50016F is #AFFE90. Grayscale: #242424. Windows color (decimal): -11533969 or 7274832. OLE color: 7274832.

HSL color Cylindrical-coordinate representation of color #50016F: hue angle of 283.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #50016F is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 1 111 -
CMYK 0.28 0.99 0 0.56
HSL 283.09º 0.98% 0.22% -
HSV(B) 283.09º 0.99% 0.44% -
XYZ 6.19 2.87 15.27 -
YUV 37.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 80 1 111 0.28 0.99 0 0.56 283.09 0.98 0.22
Hex 50 1 6F 1C 63 0 38 11B 62 16
Octal 120 1 157 34 143 0 70 433 142 26
Binary 1010000 1 1101111 11100 1100011 0 111000 100011011 1100010 10110

Color Harmonies of #50016F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50016F

Black with #50016F

Text Example


Text Example

White with #50016F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,1,111); }

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

background-color css

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

 a { background-color: rgb(80,1,111); }

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

border-color css

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

 span { border-color: rgb(80,1,111); }

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