Html Css Color HEX #50156C Indigo

📋 copy color: '#50156C'

red 80 ◦ green 21 ◦ blue 108

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

Shades of Indigo #50156C

Tints of Indigo #50156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 51.67%

R = 38.28%
G = 10.05%
B = 51.67%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#50156C (or 0x50156C) is known color: Indigo. HEX triplet: 50, 15 and 6C. RGB value is (80,21,108). Sum of RGB (Red+Green+Blue) = 80+21+108=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 21 (8.59% from 255 or 10.05% from 209); Blue value is 108 (42.58% from 255 or 51.67% from 209); Max value from RGB is 108 - color contains mainly: blue. Hex color #50156C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50156C is #AFEA93. Grayscale: #303030. Windows color (decimal): -11528852 or 7083344. OLE color: 7083344.

HSL color Cylindrical-coordinate representation of color #50156C: hue angle of 280.69º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50156C is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 21 108 -
CMYK 0.26 0.81 0 0.58
HSL 280.69º 0.67% 0.25% -
HSV(B) 280.69º 0.81% 0.42% -
XYZ 6.28 3.32 14.5 -
YUV 48.56 161.55 150.43 -
System Red Green Blue C M Y K H S L
Decimal 80 21 108 0.26 0.81 0 0.58 280.69 0.67 0.25
Hex 50 15 6C 1A 51 0 3A 119 43 19
Octal 120 25 154 32 121 0 72 431 103 31
Binary 1010000 10101 1101100 11010 1010001 0 111010 100011001 1000011 11001

Color Harmonies of #50156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50156C

Black with #50156C

Text Example


Text Example

White with #50156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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