Html Css Color HEX #500575 Indigo

📋 copy color: '#500575'

red 80 ◦ green 5 ◦ blue 117

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

Shades of Indigo #500575

Tints of Indigo #500575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 57.92%

R = 39.6%
G = 2.48%
B = 57.92%

CMYK

 C value IS 0.32

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#500575 (or 0x500575) is known color: Indigo. HEX triplet: 50, 05 and 75. RGB value is (80,5,117). Sum of RGB (Red+Green+Blue) = 80+5+117=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 5 (2.34% from 255 or 2.48% from 202); Blue value is 117 (46.09% from 255 or 57.92% from 202); Max value from RGB is 117 - color contains mainly: blue. Hex color #500575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500575 is #AFFA8A. Grayscale: #272727. Windows color (decimal): -11532939 or 7669072. OLE color: 7669072.

HSL color Cylindrical-coordinate representation of color #500575: hue angle of 280.18º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500575 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 5 117 -
CMYK 0.32 0.96 0 0.54
HSL 280.18º 0.92% 0.24% -
HSV(B) 280.18º 0.96% 0.46% -
XYZ 6.57 3.1 17.08 -
YUV 40.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 80 5 117 0.32 0.96 0 0.54 280.18 0.92 0.24
Hex 50 5 75 20 60 0 36 118 5C 18
Octal 120 5 165 40 140 0 66 430 134 30
Binary 1010000 101 1110101 100000 1100000 0 110110 100011000 1011100 11000

Color Harmonies of #500575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500575

Black with #500575

Text Example


Text Example

White with #500575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500575; }

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

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

background-color css

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

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

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

border-color css

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

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

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