Html Css Color HEX #50016E Indigo

📋 copy color: '#50016E'

red 80 ◦ green 1 ◦ blue 110

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

Shades of Indigo #50016E

Tints of Indigo #50016E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 57.59%

R = 41.88%
G = 0.52%
B = 57.59%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50016E (or 0x50016E) is known color: Indigo. HEX triplet: 50, 01 and 6E. RGB value is (80,1,110). Sum of RGB (Red+Green+Blue) = 80+1+110=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 1 (0.78% from 255 or 0.52% from 191); Blue value is 110 (43.36% from 255 or 57.59% from 191); Max value from RGB is 110 - color contains mainly: blue. Hex color #50016E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50016E is #AFFE91. Grayscale: #242424. Windows color (decimal): -11533970 or 7209296. OLE color: 7209296.

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

Color convert

RGB 80 1 110 -
CMYK 0.27 0.99 0 0.57
HSL 283.49º 0.98% 0.22% -
HSV(B) 283.49º 0.99% 0.43% -
XYZ 6.13 2.85 14.98 -
YUV 37.05 169.17 158.64 -
System Red Green Blue C M Y K H S L
Decimal 80 1 110 0.27 0.99 0 0.57 283.49 0.98 0.22
Hex 50 1 6E 1B 63 0 39 11B 62 16
Octal 120 1 156 33 143 0 71 433 142 26
Binary 1010000 1 1101110 11011 1100011 0 111001 100011011 1100010 10110

Color Harmonies of #50016E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50016E

Black with #50016E

Text Example


Text Example

White with #50016E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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