Html Css Color HEX #500191 Indigo

📋 copy color: '#500191'

red 80 ◦ green 1 ◦ blue 145

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

Shades of Indigo #500191

Tints of Indigo #500191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 64.16%

R = 35.4%
G = 0.44%
B = 64.16%

CMYK

 C value IS 0.45

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#500191 (or 0x500191) is known color: Indigo. HEX triplet: 50, 01 and 91. RGB value is (80,1,145). Sum of RGB (Red+Green+Blue) = 80+1+145=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 145 (57.03% from 255 or 64.16% from 226); Max value from RGB is 145 - color contains mainly: blue. Hex color #500191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500191 is #AFFE6E. Grayscale: #282828. Windows color (decimal): -11533935 or 9503056. OLE color: 9503056.

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

Color convert

RGB 80 1 145 -
CMYK 0.45 0.99 0 0.43
HSL 272.92º 0.99% 0.29% -
HSV(B) 272.92º 0.99% 0.57% -
XYZ 8.43 3.77 27.07 -
YUV 41.04 186.67 155.79 -
System Red Green Blue C M Y K H S L
Decimal 80 1 145 0.45 0.99 0 0.43 272.92 0.99 0.29
Hex 50 1 91 2D 63 0 2B 111 63 1D
Octal 120 1 221 55 143 0 53 421 143 35
Binary 1010000 1 10010001 101101 1100011 0 101011 100010001 1100011 11101

Color Harmonies of #500191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500191

Black with #500191

Text Example


Text Example

White with #500191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500191; }

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

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

background-color css

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

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

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

border-color css

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

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

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