Html Css Color HEX #500799 Indigo

📋 copy color: '#500799'

red 80 ◦ green 7 ◦ blue 153

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

Shades of Indigo #500799

Tints of Indigo #500799

RGB

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

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

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

R = 33.33%
G = 2.92%
B = 63.75%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#500799 (or 0x500799) is known color: Indigo. HEX triplet: 50, 07 and 99. RGB value is (80,7,153). Sum of RGB (Red+Green+Blue) = 80+7+153=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #500799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500799 is #AFF866. Grayscale: #2C2C2C. Windows color (decimal): -11532391 or 10028880. OLE color: 10028880.

HSL color Cylindrical-coordinate representation of color #500799: hue angle of 270º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #500799 is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 7 153 -
CMYK 0.48 0.95 0 0.4
HSL 270º 0.91% 0.31% -
HSV(B) 270º 0.95% 0.6% -
XYZ 9.13 4.16 30.46 -
YUV 45.47 188.68 152.63 -
System Red Green Blue C M Y K H S L
Decimal 80 7 153 0.48 0.95 0 0.4 270 0.91 0.31
Hex 50 7 99 30 5F 0 28 10E 5B 1F
Octal 120 7 231 60 137 0 50 416 133 37
Binary 1010000 111 10011001 110000 1011111 0 101000 100001110 1011011 11111

Color Harmonies of #500799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500799

Black with #500799

Text Example


Text Example

White with #500799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500799; }

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

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

background-color css

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

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

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

border-color css

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

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

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