Html Css Color HEX #50018C Indigo

📋 copy color: '#50018C'

red 80 ◦ green 1 ◦ blue 140

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

Shades of Indigo #50018C

Tints of Indigo #50018C

RGB

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

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

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

R = 36.2%
G = 0.45%
B = 63.35%

CMYK

 C value IS 0.43

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50018C (or 0x50018C) is known color: Indigo. HEX triplet: 50, 01 and 8C. RGB value is (80,1,140). Sum of RGB (Red+Green+Blue) = 80+1+140=221 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.20% from 221); Green value is 1 (0.78% from 255 or 0.45% from 221); Blue value is 140 (55.08% from 255 or 63.35% from 221); Max value from RGB is 140 - color contains mainly: blue. Hex color #50018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50018C is #AFFE73. Grayscale: #272727. Windows color (decimal): -11533940 or 9175376. OLE color: 9175376.

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

Color convert

RGB 80 1 140 -
CMYK 0.43 0.99 0 0.45
HSL 274.1º 0.99% 0.28% -
HSV(B) 274.1º 0.99% 0.55% -
XYZ 8.05 3.62 25.09 -
YUV 40.47 184.17 156.2 -
System Red Green Blue C M Y K H S L
Decimal 80 1 140 0.43 0.99 0 0.45 274.1 0.99 0.28
Hex 50 1 8C 2B 63 0 2D 112 63 1C
Octal 120 1 214 53 143 0 55 422 143 34
Binary 1010000 1 10001100 101011 1100011 0 101101 100010010 1100011 11100

Color Harmonies of #50018C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50018C

Black with #50018C

Text Example


Text Example

White with #50018C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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