Html Css Color HEX #500478 Indigo

📋 copy color: '#500478'

red 80 ◦ green 4 ◦ blue 120

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

Shades of Indigo #500478

Tints of Indigo #500478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 58.82%

R = 39.22%
G = 1.96%
B = 58.82%

CMYK

 C value IS 0.33

 M value IS 0.97

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#500478 (or 0x500478) is known color: Indigo. HEX triplet: 50, 04 and 78. RGB value is (80,4,120). Sum of RGB (Red+Green+Blue) = 80+4+120=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 120 (47.27% from 255 or 58.82% from 204); Max value from RGB is 120 - color contains mainly: blue. Hex color #500478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500478 is #AFFB87. Grayscale: #272727. Windows color (decimal): -11533192 or 7865424. OLE color: 7865424.

HSL color Cylindrical-coordinate representation of color #500478: hue angle of 279.31º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #500478 is Cyan = 0.33, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 4 120 -
CMYK 0.33 0.97 0 0.53
HSL 279.31º 0.94% 0.24% -
HSV(B) 279.31º 0.97% 0.47% -
XYZ 6.74 3.15 18.02 -
YUV 39.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 80 4 120 0.33 0.97 0 0.53 279.31 0.94 0.24
Hex 50 4 78 21 61 0 35 117 5E 18
Octal 120 4 170 41 141 0 65 427 136 30
Binary 1010000 100 1111000 100001 1100001 0 110101 100010111 1011110 11000

Color Harmonies of #500478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500478

Black with #500478

Text Example


Text Example

White with #500478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500478; }

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

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

background-color css

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

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

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

border-color css

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

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

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