Html Css Color HEX #500F7C Indigo

📋 copy color: '#500F7C'

red 80 ◦ green 15 ◦ blue 124

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

Shades of Indigo #500F7C

Tints of Indigo #500F7C

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.85%

 BLUE value IS 124 (48.83% from 255) = 56.62%

R = 36.53%
G = 6.85%
B = 56.62%

CMYK

 C value IS 0.35

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#500F7C (or 0x500F7C) is known color: Indigo. HEX triplet: 50, 0F and 7C. RGB value is (80,15,124). Sum of RGB (Red+Green+Blue) = 80+15+124=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 124 (48.83% from 255 or 56.62% from 219); Max value from RGB is 124 - color contains mainly: blue. Hex color #500F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500F7C is #AFF083. Grayscale: #2E2E2E. Windows color (decimal): -11530372 or 8130384. OLE color: 8130384.

HSL color Cylindrical-coordinate representation of color #500F7C: hue angle of 275.78º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #500F7C is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 15 124 -
CMYK 0.35 0.88 0 0.51
HSL 275.78º 0.78% 0.27% -
HSV(B) 275.78º 0.88% 0.49% -
XYZ 7.12 3.5 19.37 -
YUV 46.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 80 15 124 0.35 0.88 0 0.51 275.78 0.78 0.27
Hex 50 F 7C 23 58 0 33 114 4E 1B
Octal 120 17 174 43 130 0 63 424 116 33
Binary 1010000 1111 1111100 100011 1011000 0 110011 100010100 1001110 11011

Color Harmonies of #500F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500F7C

Black with #500F7C

Text Example


Text Example

White with #500F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500F7C; }

 p { color: rgb(80,15,124); }

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

background-color css

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

 a { background-color: rgb(80,15,124); }

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

border-color css

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

 span { border-color: rgb(80,15,124); }

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