Html Css Color HEX #500299 Indigo

📋 copy color: '#500299'

red 80 ◦ green 2 ◦ blue 153

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

Shades of Indigo #500299

Tints of Indigo #500299

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.85%

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

R = 34.04%
G = 0.85%
B = 65.11%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#500299 (or 0x500299) is known color: Indigo. HEX triplet: 50, 02 and 99. RGB value is (80,2,153). Sum of RGB (Red+Green+Blue) = 80+2+153=235 (31% of max value = 765). Red value is 80 (31.64% from 255 or 34.04% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 153 (60.16% from 255 or 65.11% from 235); Max value from RGB is 153 - color contains mainly: blue. Hex color #500299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500299 is #AFFD66. Grayscale: #2A2A2A. Windows color (decimal): -11533671 or 10027600. OLE color: 10027600.

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

Color convert

RGB 80 2 153 -
CMYK 0.48 0.99 0 0.4
HSL 270.99º 0.97% 0.3% -
HSV(B) 270.99º 0.99% 0.6% -
XYZ 9.08 4.05 30.44 -
YUV 42.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 80 2 153 0.48 0.99 0 0.4 270.99 0.97 0.3
Hex 50 2 99 30 63 0 28 10F 61 1E
Octal 120 2 231 60 143 0 50 417 141 36
Binary 1010000 10 10011001 110000 1100011 0 101000 100001111 1100001 11110

Color Harmonies of #500299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500299

Black with #500299

Text Example


Text Example

White with #500299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500299; }

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

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

background-color css

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

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

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

border-color css

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

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

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