Html Css Color HEX #50038C Indigo

📋 copy color: '#50038C'

red 80 ◦ green 3 ◦ blue 140

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

Shades of Indigo #50038C

Tints of Indigo #50038C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

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

R = 35.87%
G = 1.35%
B = 62.78%

CMYK

 C value IS 0.43

 M value IS 0.98

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50038C (or 0x50038C) is known color: Indigo. HEX triplet: 50, 03 and 8C. RGB value is (80,3,140). Sum of RGB (Red+Green+Blue) = 80+3+140=223 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.87% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #50038C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50038C is #AFFC73. Grayscale: #292929. Windows color (decimal): -11533428 or 9175888. OLE color: 9175888.

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

Color convert

RGB 80 3 140 -
CMYK 0.43 0.98 0 0.45
HSL 273.72º 0.96% 0.28% -
HSV(B) 273.72º 0.98% 0.55% -
XYZ 8.07 3.66 25.09 -
YUV 41.64 183.51 155.36 -
System Red Green Blue C M Y K H S L
Decimal 80 3 140 0.43 0.98 0 0.45 273.72 0.96 0.28
Hex 50 3 8C 2B 62 0 2D 112 60 1C
Octal 120 3 214 53 142 0 55 422 140 34
Binary 1010000 11 10001100 101011 1100010 0 101101 100010010 1100000 11100

Color Harmonies of #50038C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50038C

Black with #50038C

Text Example


Text Example

White with #50038C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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