Html Css Color HEX #500495 Indigo

📋 copy color: '#500495'

red 80 ◦ green 4 ◦ blue 149

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

Shades of Indigo #500495

Tints of Indigo #500495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 63.95%

R = 34.33%
G = 1.72%
B = 63.95%

CMYK

 C value IS 0.46

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#500495 (or 0x500495) is known color: Indigo. HEX triplet: 50, 04 and 95. RGB value is (80,4,149). Sum of RGB (Red+Green+Blue) = 80+4+149=233 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.33% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 149 (58.59% from 255 or 63.95% from 233); Max value from RGB is 149 - color contains mainly: blue. Hex color #500495 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500495 is #AFFB6A. Grayscale: #2A2A2A. Windows color (decimal): -11533163 or 9765968. OLE color: 9765968.

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

Color convert

RGB 80 4 149 -
CMYK 0.46 0.97 0 0.42
HSL 271.45º 0.95% 0.3% -
HSV(B) 271.45º 0.97% 0.58% -
XYZ 8.78 3.96 28.74 -
YUV 43.25 187.68 154.21 -
System Red Green Blue C M Y K H S L
Decimal 80 4 149 0.46 0.97 0 0.42 271.45 0.95 0.3
Hex 50 4 95 2E 61 0 2A 10F 5F 1E
Octal 120 4 225 56 141 0 52 417 137 36
Binary 1010000 100 10010101 101110 1100001 0 101010 100001111 1011111 11110

Color Harmonies of #500495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500495

Black with #500495

Text Example


Text Example

White with #500495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500495; }

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

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

background-color css

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

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

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

border-color css

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

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

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