Html Css Color HEX #500375 Indigo

📋 copy color: '#500375'

red 80 ◦ green 3 ◦ blue 117

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

Shades of Indigo #500375

Tints of Indigo #500375

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.5%

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

R = 40%
G = 1.5%
B = 58.5%

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

#500375 (or 0x500375) is known color: Indigo. HEX triplet: 50, 03 and 75. RGB value is (80,3,117). Sum of RGB (Red+Green+Blue) = 80+3+117=200 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #500375 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500375 is #AFFC8A. Grayscale: #262626. Windows color (decimal): -11533451 or 7668560. OLE color: 7668560.

HSL color Cylindrical-coordinate representation of color #500375: hue angle of 280.53º degrees, saturation: 0.95, 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 #500375 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 3 117 -
CMYK 0.32 0.97 0 0.54
HSL 280.53º 0.95% 0.24% -
HSV(B) 280.53º 0.97% 0.46% -
XYZ 6.55 3.05 17.07 -
YUV 39.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 80 3 117 0.32 0.97 0 0.54 280.53 0.95 0.24
Hex 50 3 75 20 61 0 36 119 5F 18
Octal 120 3 165 40 141 0 66 431 137 30
Binary 1010000 11 1110101 100000 1100001 0 110110 100011001 1011111 11000

Color Harmonies of #500375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500375

Black with #500375

Text Example


Text Example

White with #500375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500375; }

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

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

background-color css

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

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

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

border-color css

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

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

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