Html Css Color HEX #500F99 Indigo

📋 copy color: '#500F99'

red 80 ◦ green 15 ◦ blue 153

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

Shades of Indigo #500F99

Tints of Indigo #500F99

RGB

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

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

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

R = 32.26%
G = 6.05%
B = 61.69%

CMYK

 C value IS 0.48

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#500F99 (or 0x500F99) is known color: Indigo. HEX triplet: 50, 0F and 99. RGB value is (80,15,153). Sum of RGB (Red+Green+Blue) = 80+15+153=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #500F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500F99 is #AFF066. Grayscale: #313131. Windows color (decimal): -11530343 or 10030928. OLE color: 10030928.

HSL color Cylindrical-coordinate representation of color #500F99: hue angle of 268.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #500F99 is Cyan = 0.48, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 15 153 -
CMYK 0.48 0.90 0 0.4
HSL 268.26º 0.82% 0.33% -
HSV(B) 268.26º 0.9% 0.6% -
XYZ 9.23 4.35 30.49 -
YUV 50.17 186.03 149.28 -
System Red Green Blue C M Y K H S L
Decimal 80 15 153 0.48 0.90 0 0.4 268.26 0.82 0.33
Hex 50 F 99 30 5A 0 28 10C 52 21
Octal 120 17 231 60 132 0 50 414 122 41
Binary 1010000 1111 10011001 110000 1011010 0 101000 100001100 1010010 100001

Color Harmonies of #500F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500F99

Black with #500F99

Text Example


Text Example

White with #500F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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