Html Css Color HEX #500775 Indigo

📋 copy color: '#500775'

red 80 ◦ green 7 ◦ blue 117

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

Shades of Indigo #500775

Tints of Indigo #500775

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.43%

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

R = 39.22%
G = 3.43%
B = 57.35%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#500775 (or 0x500775) is known color: Indigo. HEX triplet: 50, 07 and 75. RGB value is (80,7,117). Sum of RGB (Red+Green+Blue) = 80+7+117=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 7 (3.12% from 255 or 3.43% from 204); Blue value is 117 (46.09% from 255 or 57.35% from 204); Max value from RGB is 117 - color contains mainly: blue. Hex color #500775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500775 is #AFF88A. Grayscale: #292929. Windows color (decimal): -11532427 or 7669584. OLE color: 7669584.

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

Color convert

RGB 80 7 117 -
CMYK 0.32 0.94 0 0.54
HSL 279.82º 0.89% 0.24% -
HSV(B) 279.82º 0.94% 0.46% -
XYZ 6.6 3.14 17.09 -
YUV 41.37 170.68 155.56 -
System Red Green Blue C M Y K H S L
Decimal 80 7 117 0.32 0.94 0 0.54 279.82 0.89 0.24
Hex 50 7 75 20 5E 0 36 118 59 18
Octal 120 7 165 40 136 0 66 430 131 30
Binary 1010000 111 1110101 100000 1011110 0 110110 100011000 1011001 11000

Color Harmonies of #500775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500775

Black with #500775

Text Example


Text Example

White with #500775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500775; }

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

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

background-color css

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

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

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

border-color css

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

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

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