Html Css Color HEX #500874 Indigo

📋 copy color: '#500874'

red 80 ◦ green 8 ◦ blue 116

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

Shades of Indigo #500874

Tints of Indigo #500874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.92%

 BLUE value IS 116 (45.7% from 255) = 56.86%

R = 39.22%
G = 3.92%
B = 56.86%

CMYK

 C value IS 0.31

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#500874 (or 0x500874) is known color: Indigo. HEX triplet: 50, 08 and 74. RGB value is (80,8,116). Sum of RGB (Red+Green+Blue) = 80+8+116=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 8 (3.52% from 255 or 3.92% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #500874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500874 is #AFF78B. Grayscale: #292929. Windows color (decimal): -11532172 or 7604304. OLE color: 7604304.

HSL color Cylindrical-coordinate representation of color #500874: hue angle of 280º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500874 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 8 116 -
CMYK 0.31 0.93 0 0.55
HSL 280º 0.87% 0.24% -
HSV(B) 280º 0.93% 0.45% -
XYZ 6.55 3.14 16.78 -
YUV 41.84 169.85 155.22 -
System Red Green Blue C M Y K H S L
Decimal 80 8 116 0.31 0.93 0 0.55 280 0.87 0.24
Hex 50 8 74 1F 5D 0 37 118 57 18
Octal 120 10 164 37 135 0 67 430 127 30
Binary 1010000 1000 1110100 11111 1011101 0 110111 100011000 1010111 11000

Color Harmonies of #500874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500874

Black with #500874

Text Example


Text Example

White with #500874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500874; }

 p { color: rgb(80,8,116); }

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

background-color css

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

 a { background-color: rgb(80,8,116); }

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

border-color css

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

 span { border-color: rgb(80,8,116); }

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