Html Css Color HEX #50146C Indigo

📋 copy color: '#50146C'

red 80 ◦ green 20 ◦ blue 108

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

Shades of Indigo #50146C

Tints of Indigo #50146C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.62%

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

R = 38.46%
G = 9.62%
B = 51.92%

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

#50146C (or 0x50146C) is known color: Indigo. HEX triplet: 50, 14 and 6C. RGB value is (80,20,108). Sum of RGB (Red+Green+Blue) = 80+20+108=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 20 (8.20% from 255 or 9.62% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #50146C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50146C is #AFEB93. Grayscale: #2F2F2F. Windows color (decimal): -11529108 or 7083088. OLE color: 7083088.

HSL color Cylindrical-coordinate representation of color #50146C: hue angle of 280.91º degrees, saturation: 0.69, 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 #50146C is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 80 20 108 -
CMYK 0.26 0.81 0 0.58
HSL 280.91º 0.69% 0.25% -
HSV(B) 280.91º 0.81% 0.42% -
XYZ 6.27 3.29 14.49 -
YUV 47.97 161.88 150.84 -
System Red Green Blue C M Y K H S L
Decimal 80 20 108 0.26 0.81 0 0.58 280.91 0.69 0.25
Hex 50 14 6C 1A 51 0 3A 119 45 19
Octal 120 24 154 32 121 0 72 431 105 31
Binary 1010000 10100 1101100 11010 1010001 0 111010 100011001 1000101 11001

Color Harmonies of #50146C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50146C

Black with #50146C

Text Example


Text Example

White with #50146C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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