Html Css Color HEX #500291 Indigo

📋 copy color: '#500291'

red 80 ◦ green 2 ◦ blue 145

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

Shades of Indigo #500291

Tints of Indigo #500291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.88%

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

R = 35.24%
G = 0.88%
B = 63.88%

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

#500291 (or 0x500291) is known color: Indigo. HEX triplet: 50, 02 and 91. RGB value is (80,2,145). Sum of RGB (Red+Green+Blue) = 80+2+145=227 (30% of max value = 765). Red value is 80 (31.64% from 255 or 35.24% from 227); Green value is 2 (1.17% from 255 or 0.88% from 227); Blue value is 145 (57.03% from 255 or 63.88% from 227); Max value from RGB is 145 - color contains mainly: blue. Hex color #500291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500291 is #AFFD6E. Grayscale: #292929. Windows color (decimal): -11533679 or 9503312. OLE color: 9503312.

HSL color Cylindrical-coordinate representation of color #500291: hue angle of 272.73º degrees, saturation: 0.97, 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 #500291 is Cyan = 0.45, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 2 145 -
CMYK 0.45 0.99 0 0.43
HSL 272.73º 0.97% 0.29% -
HSV(B) 272.73º 0.99% 0.57% -
XYZ 8.44 3.79 27.08 -
YUV 41.62 186.34 155.37 -
System Red Green Blue C M Y K H S L
Decimal 80 2 145 0.45 0.99 0 0.43 272.73 0.97 0.29
Hex 50 2 91 2D 63 0 2B 111 61 1D
Octal 120 2 221 55 143 0 53 421 141 35
Binary 1010000 10 10010001 101101 1100011 0 101011 100010001 1100001 11101

Color Harmonies of #500291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500291

Black with #500291

Text Example


Text Example

White with #500291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500291; }

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

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

background-color css

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

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

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

border-color css

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

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

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