Html Css Color HEX #500091 Indigo

📋 copy color: '#500091'

red 80 ◦ green 0 ◦ blue 145

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

Shades of Indigo #500091

Tints of Indigo #500091

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.56%
G = 0%
B = 64.44%

CMYK

 C value IS 0.45

 M value IS 1

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#500091 (or 0x500091) is known color: Indigo. HEX triplet: 50, 00 and 91. RGB value is (80,0,145). Sum of RGB (Red+Green+Blue) = 80+0+145=225 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.56% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 145 (57.03% from 255 or 64.44% from 225); Max value from RGB is 145 - color contains mainly: blue. Hex color #500091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500091 is #AFFF6E. Grayscale: #272727. Windows color (decimal): -11534191 or 9502800. OLE color: 9502800.

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

Color convert

RGB 80 0 145 -
CMYK 0.45 1 0 0.43
HSL 273.1º 1% 0.28% -
HSV(B) 273.1º 1% 0.57% -
XYZ 8.42 3.75 27.07 -
YUV 40.45 187 156.21 -
System Red Green Blue C M Y K H S L
Decimal 80 0 145 0.45 1 0 0.43 273.1 1 0.28
Hex 50 0 91 2D 64 0 2B 111 64 1C
Octal 120 0 221 55 144 0 53 421 144 34
Binary 1010000 0 10010001 101101 1100100 0 101011 100010001 1100100 11100

Color Harmonies of #500091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500091

Black with #500091

Text Example


Text Example

White with #500091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500091; }

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

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

background-color css

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

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

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

border-color css

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

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

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