Html Css Color HEX #50097C Indigo

📋 copy color: '#50097C'

red 80 ◦ green 9 ◦ blue 124

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

Shades of Indigo #50097C

Tints of Indigo #50097C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.23%

 BLUE value IS 124 (48.83% from 255) = 58.22%

R = 37.56%
G = 4.23%
B = 58.22%

CMYK

 C value IS 0.35

 M value IS 0.93

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#50097C (or 0x50097C) is known color: Indigo. HEX triplet: 50, 09 and 7C. RGB value is (80,9,124). Sum of RGB (Red+Green+Blue) = 80+9+124=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 124 (48.83% from 255 or 58.22% from 213); Max value from RGB is 124 - color contains mainly: blue. Hex color #50097C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50097C is #AFF683. Grayscale: #2A2A2A. Windows color (decimal): -11531908 or 8128848. OLE color: 8128848.

HSL color Cylindrical-coordinate representation of color #50097C: hue angle of 277.04º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #50097C is Cyan = 0.35, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 9 124 -
CMYK 0.35 0.93 0 0.51
HSL 277.04º 0.86% 0.26% -
HSV(B) 277.04º 0.93% 0.49% -
XYZ 7.04 3.36 19.35 -
YUV 43.34 173.52 154.15 -
System Red Green Blue C M Y K H S L
Decimal 80 9 124 0.35 0.93 0 0.51 277.04 0.86 0.26
Hex 50 9 7C 23 5D 0 33 115 56 1A
Octal 120 11 174 43 135 0 63 425 126 32
Binary 1010000 1001 1111100 100011 1011101 0 110011 100010101 1010110 11010

Color Harmonies of #50097C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50097C

Black with #50097C

Text Example


Text Example

White with #50097C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,9,124); }

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

background-color css

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

 a { background-color: rgb(80,9,124); }

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

border-color css

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

 span { border-color: rgb(80,9,124); }

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