Html Css Color HEX #500497 Indigo

📋 copy color: '#500497'

red 80 ◦ green 4 ◦ blue 151

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

Shades of Indigo #500497

Tints of Indigo #500497

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.7%

 BLUE value IS 151 (59.38% from 255) = 64.26%

R = 34.04%
G = 1.7%
B = 64.26%

CMYK

 C value IS 0.47

 M value IS 0.97

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#500497 (or 0x500497) is known color: Indigo. HEX triplet: 50, 04 and 97. RGB value is (80,4,151). Sum of RGB (Red+Green+Blue) = 80+4+151=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 151 (59.38% from 255 or 64.26% from 235); Max value from RGB is 151 - color contains mainly: blue. Hex color #500497 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500497 is #AFFB68. Grayscale: #2A2A2A. Windows color (decimal): -11533161 or 9897040. OLE color: 9897040.

HSL color Cylindrical-coordinate representation of color #500497: hue angle of 271.02º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500497 is Cyan = 0.47, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 4 151 -
CMYK 0.47 0.97 0 0.41
HSL 271.02º 0.95% 0.3% -
HSV(B) 271.02º 0.97% 0.59% -
XYZ 8.94 4.03 29.58 -
YUV 43.48 188.68 154.05 -
System Red Green Blue C M Y K H S L
Decimal 80 4 151 0.47 0.97 0 0.41 271.02 0.95 0.3
Hex 50 4 97 2F 61 0 29 10F 5F 1E
Octal 120 4 227 57 141 0 51 417 137 36
Binary 1010000 100 10010111 101111 1100001 0 101001 100001111 1011111 11110

Color Harmonies of #500497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500497

Black with #500497

Text Example


Text Example

White with #500497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500497; }

 p { color: rgb(80,4,151); }

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

background-color css

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

 a { background-color: rgb(80,4,151); }

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

border-color css

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

 span { border-color: rgb(80,4,151); }

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