Html Css Color HEX #50138C Indigo

📋 copy color: '#50138C'

red 80 ◦ green 19 ◦ blue 140

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

Shades of Indigo #50138C

Tints of Indigo #50138C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

 BLUE value IS 140 (55.08% from 255) = 58.58%

R = 33.47%
G = 7.95%
B = 58.58%

CMYK

 C value IS 0.43

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50138C (or 0x50138C) is known color: Indigo. HEX triplet: 50, 13 and 8C. RGB value is (80,19,140). Sum of RGB (Red+Green+Blue) = 80+19+140=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #50138C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50138C is #AFEC73. Grayscale: #323232. Windows color (decimal): -11529332 or 9179984. OLE color: 9179984.

HSL color Cylindrical-coordinate representation of color #50138C: hue angle of 270.25º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #50138C is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 19 140 -
CMYK 0.43 0.86 0 0.45
HSL 270.25º 0.76% 0.31% -
HSV(B) 270.25º 0.86% 0.55% -
XYZ 8.27 4.06 25.16 -
YUV 51.03 178.21 148.66 -
System Red Green Blue C M Y K H S L
Decimal 80 19 140 0.43 0.86 0 0.45 270.25 0.76 0.31
Hex 50 13 8C 2B 56 0 2D 10E 4C 1F
Octal 120 23 214 53 126 0 55 416 114 37
Binary 1010000 10011 10001100 101011 1010110 0 101101 100001110 1001100 11111

Color Harmonies of #50138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50138C

Black with #50138C

Text Example


Text Example

White with #50138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,19,140); }

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

background-color css

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

 a { background-color: rgb(80,19,140); }

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

border-color css

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

 span { border-color: rgb(80,19,140); }

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