Html Css Color HEX #500475 Indigo

📋 copy color: '#500475'

red 80 ◦ green 4 ◦ blue 117

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

Shades of Indigo #500475

Tints of Indigo #500475

RGB

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

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

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

R = 39.8%
G = 1.99%
B = 58.21%

CMYK

 C value IS 0.32

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#500475 (or 0x500475) is known color: Indigo. HEX triplet: 50, 04 and 75. RGB value is (80,4,117). Sum of RGB (Red+Green+Blue) = 80+4+117=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 4 (1.95% from 255 or 1.99% from 201); Blue value is 117 (46.09% from 255 or 58.21% from 201); Max value from RGB is 117 - color contains mainly: blue. Hex color #500475 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500475 is #AFFB8A. Grayscale: #272727. Windows color (decimal): -11533195 or 7668816. OLE color: 7668816.

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

Color convert

RGB 80 4 117 -
CMYK 0.32 0.97 0 0.54
HSL 280.35º 0.93% 0.24% -
HSV(B) 280.35º 0.97% 0.46% -
XYZ 6.56 3.08 17.08 -
YUV 39.61 171.68 156.81 -
System Red Green Blue C M Y K H S L
Decimal 80 4 117 0.32 0.97 0 0.54 280.35 0.93 0.24
Hex 50 4 75 20 61 0 36 118 5D 18
Octal 120 4 165 40 141 0 66 430 135 30
Binary 1010000 100 1110101 100000 1100001 0 110110 100011000 1011101 11000

Color Harmonies of #500475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500475

Black with #500475

Text Example


Text Example

White with #500475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500475; }

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

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

background-color css

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

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

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

border-color css

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

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

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