Html Css Color HEX #500C99 Indigo

📋 copy color: '#500C99'

red 80 ◦ green 12 ◦ blue 153

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

Shades of Indigo #500C99

Tints of Indigo #500C99

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.9%

 BLUE value IS 153 (60.16% from 255) = 62.45%

R = 32.65%
G = 4.9%
B = 62.45%

CMYK

 C value IS 0.48

 M value IS 0.92

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#500C99 (or 0x500C99) is known color: Indigo. HEX triplet: 50, 0C and 99. RGB value is (80,12,153). Sum of RGB (Red+Green+Blue) = 80+12+153=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 12 (5.08% from 255 or 4.90% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #500C99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500C99 is #AFF366. Grayscale: #2F2F2F. Windows color (decimal): -11531111 or 10030160. OLE color: 10030160.

HSL color Cylindrical-coordinate representation of color #500C99: hue angle of 268.94º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500C99 is Cyan = 0.48, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 12 153 -
CMYK 0.48 0.92 0 0.4
HSL 268.94º 0.85% 0.32% -
HSV(B) 268.94º 0.92% 0.6% -
XYZ 9.19 4.27 30.48 -
YUV 48.41 187.03 150.54 -
System Red Green Blue C M Y K H S L
Decimal 80 12 153 0.48 0.92 0 0.4 268.94 0.85 0.32
Hex 50 C 99 30 5C 0 28 10D 55 20
Octal 120 14 231 60 134 0 50 415 125 40
Binary 1010000 1100 10011001 110000 1011100 0 101000 100001101 1010101 100000

Color Harmonies of #500C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500C99

Black with #500C99

Text Example


Text Example

White with #500C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,12,153); }

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

background-color css

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

 a { background-color: rgb(80,12,153); }

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

border-color css

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

 span { border-color: rgb(80,12,153); }

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