Html Css Color HEX #500595 Indigo

📋 copy color: '#500595'

red 80 ◦ green 5 ◦ blue 149

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

Shades of Indigo #500595

Tints of Indigo #500595

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.14%

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

R = 34.19%
G = 2.14%
B = 63.68%

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

#500595 (or 0x500595) is known color: Indigo. HEX triplet: 50, 05 and 95. RGB value is (80,5,149). Sum of RGB (Red+Green+Blue) = 80+5+149=234 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.19% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 149 (58.59% from 255 or 63.68% from 234); Max value from RGB is 149 - color contains mainly: blue. Hex color #500595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500595 is #AFFA6A. Grayscale: #2B2B2B. Windows color (decimal): -11532907 or 9766224. OLE color: 9766224.

HSL color Cylindrical-coordinate representation of color #500595: hue angle of 271.25º degrees, saturation: 0.94, 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 #500595 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 5 149 -
CMYK 0.46 0.97 0 0.42
HSL 271.25º 0.94% 0.3% -
HSV(B) 271.25º 0.97% 0.58% -
XYZ 8.79 3.98 28.74 -
YUV 43.84 187.35 153.79 -
System Red Green Blue C M Y K H S L
Decimal 80 5 149 0.46 0.97 0 0.42 271.25 0.94 0.3
Hex 50 5 95 2E 61 0 2A 10F 5E 1E
Octal 120 5 225 56 141 0 52 417 136 36
Binary 1010000 101 10010101 101110 1100001 0 101010 100001111 1011110 11110

Color Harmonies of #500595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500595

Black with #500595

Text Example


Text Example

White with #500595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500595; }

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

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

background-color css

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

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

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

border-color css

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

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

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