Html Css Color HEX #50059C Indigo

📋 copy color: '#50059C'

red 80 ◦ green 5 ◦ blue 156

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

Shades of Indigo #50059C

Tints of Indigo #50059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 156 (61.33% from 255) = 64.73%

R = 33.2%
G = 2.07%
B = 64.73%

CMYK

 C value IS 0.49

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50059C (or 0x50059C) is known color: Indigo. HEX triplet: 50, 05 and 9C. RGB value is (80,5,156). Sum of RGB (Red+Green+Blue) = 80+5+156=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 5 (2.34% from 255 or 2.07% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #50059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50059C is #AFFA63. Grayscale: #2C2C2C. Windows color (decimal): -11532900 or 10224976. OLE color: 10224976.

HSL color Cylindrical-coordinate representation of color #50059C: hue angle of 269.8º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50059C is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 5 156 -
CMYK 0.49 0.97 0 0.39
HSL 269.8º 0.94% 0.32% -
HSV(B) 269.8º 0.97% 0.61% -
XYZ 9.36 4.21 31.77 -
YUV 44.64 190.85 153.22 -
System Red Green Blue C M Y K H S L
Decimal 80 5 156 0.49 0.97 0 0.39 269.8 0.94 0.32
Hex 50 5 9C 31 61 0 27 10E 5E 20
Octal 120 5 234 61 141 0 47 416 136 40
Binary 1010000 101 10011100 110001 1100001 0 100111 100001110 1011110 100000

Color Harmonies of #50059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50059C

Black with #50059C

Text Example


Text Example

White with #50059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,5,156); }

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

background-color css

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

 a { background-color: rgb(80,5,156); }

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

border-color css

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

 span { border-color: rgb(80,5,156); }

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