Html Css Color HEX #500593 Indigo

📋 copy color: '#500593'

red 80 ◦ green 5 ◦ blue 147

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

Shades of Indigo #500593

Tints of Indigo #500593

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 63.36%

R = 34.48%
G = 2.16%
B = 63.36%

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

#500593 (or 0x500593) is known color: Indigo. HEX triplet: 50, 05 and 93. RGB value is (80,5,147). Sum of RGB (Red+Green+Blue) = 80+5+147=232 (30% of max value = 765). Red value is 80 (31.64% from 255 or 34.48% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 147 (57.81% from 255 or 63.36% from 232); Max value from RGB is 147 - color contains mainly: blue. Hex color #500593 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500593 is #AFFA6C. Grayscale: #2B2B2B. Windows color (decimal): -11532909 or 9635152. OLE color: 9635152.

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

Color convert

RGB 80 5 147 -
CMYK 0.46 0.97 0 0.42
HSL 271.69º 0.93% 0.3% -
HSV(B) 271.69º 0.97% 0.58% -
XYZ 8.63 3.92 27.91 -
YUV 43.61 186.35 153.95 -
System Red Green Blue C M Y K H S L
Decimal 80 5 147 0.46 0.97 0 0.42 271.69 0.93 0.3
Hex 50 5 93 2E 61 0 2A 110 5D 1E
Octal 120 5 223 56 141 0 52 420 135 36
Binary 1010000 101 10010011 101110 1100001 0 101010 100010000 1011101 11110

Color Harmonies of #500593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500593

Black with #500593

Text Example


Text Example

White with #500593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500593; }

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

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

background-color css

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

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

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

border-color css

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

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

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