Html Css Color HEX #50156F Indigo

📋 copy color: '#50156F'

red 80 ◦ green 21 ◦ blue 111

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

Shades of Indigo #50156F

Tints of Indigo #50156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

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

R = 37.74%
G = 9.91%
B = 52.36%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#50156F (or 0x50156F) is known color: Indigo. HEX triplet: 50, 15 and 6F. RGB value is (80,21,111). Sum of RGB (Red+Green+Blue) = 80+21+111=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 111 (43.75% from 255 or 52.36% from 212); Max value from RGB is 111 - color contains mainly: blue. Hex color #50156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50156F is #AFEA90. Grayscale: #303030. Windows color (decimal): -11528849 or 7279952. OLE color: 7279952.

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

Color convert

RGB 80 21 111 -
CMYK 0.28 0.81 0 0.56
HSL 279.33º 0.68% 0.26% -
HSV(B) 279.33º 0.81% 0.44% -
XYZ 6.45 3.39 15.35 -
YUV 48.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 80 21 111 0.28 0.81 0 0.56 279.33 0.68 0.26
Hex 50 15 6F 1C 51 0 38 117 44 1A
Octal 120 25 157 34 121 0 70 427 104 32
Binary 1010000 10101 1101111 11100 1010001 0 111000 100010111 1000100 11010

Color Harmonies of #50156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50156F

Black with #50156F

Text Example


Text Example

White with #50156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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