Html Css Color HEX #50019C Indigo

📋 copy color: '#50019C'

red 80 ◦ green 1 ◦ blue 156

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

Shades of Indigo #50019C

Tints of Indigo #50019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 33.76%
G = 0.42%
B = 65.82%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50019C (or 0x50019C) is known color: Indigo. HEX triplet: 50, 01 and 9C. RGB value is (80,1,156). Sum of RGB (Red+Green+Blue) = 80+1+156=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 156 (61.33% from 255 or 65.82% from 237); Max value from RGB is 156 - color contains mainly: blue. Hex color #50019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50019C is #AFFE63. Grayscale: #292929. Windows color (decimal): -11533924 or 10223952. OLE color: 10223952.

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

Color convert

RGB 80 1 156 -
CMYK 0.49 0.99 0 0.39
HSL 270.58º 0.99% 0.31% -
HSV(B) 270.58º 0.99% 0.61% -
XYZ 9.32 4.13 31.76 -
YUV 42.29 192.17 154.9 -
System Red Green Blue C M Y K H S L
Decimal 80 1 156 0.49 0.99 0 0.39 270.58 0.99 0.31
Hex 50 1 9C 31 63 0 27 10F 63 1F
Octal 120 1 234 61 143 0 47 417 143 37
Binary 1010000 1 10011100 110001 1100011 0 100111 100001111 1100011 11111

Color Harmonies of #50019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50019C

Black with #50019C

Text Example


Text Example

White with #50019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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