Html Css Color HEX #500B76 Indigo

📋 copy color: '#500B76'

red 80 ◦ green 11 ◦ blue 118

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

Shades of Indigo #500B76

Tints of Indigo #500B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.26%

 BLUE value IS 118 (46.48% from 255) = 56.46%

R = 38.28%
G = 5.26%
B = 56.46%

CMYK

 C value IS 0.32

 M value IS 0.91

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#500B76 (or 0x500B76) is known color: Indigo. HEX triplet: 50, 0B and 76. RGB value is (80,11,118). Sum of RGB (Red+Green+Blue) = 80+11+118=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 11 (4.69% from 255 or 5.26% from 209); Blue value is 118 (46.48% from 255 or 56.46% from 209); Max value from RGB is 118 - color contains mainly: blue. Hex color #500B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500B76 is #AFF489. Grayscale: #2B2B2B. Windows color (decimal): -11531402 or 7736144. OLE color: 7736144.

HSL color Cylindrical-coordinate representation of color #500B76: hue angle of 278.69º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #500B76 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 11 118 -
CMYK 0.32 0.91 0 0.54
HSL 278.69º 0.83% 0.25% -
HSV(B) 278.69º 0.91% 0.46% -
XYZ 6.7 3.25 17.41 -
YUV 43.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 80 11 118 0.32 0.91 0 0.54 278.69 0.83 0.25
Hex 50 B 76 20 5B 0 36 117 53 19
Octal 120 13 166 40 133 0 66 427 123 31
Binary 1010000 1011 1110110 100000 1011011 0 110110 100010111 1010011 11001

Color Harmonies of #500B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B76

Black with #500B76

Text Example


Text Example

White with #500B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,11,118); }

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

background-color css

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

 a { background-color: rgb(80,11,118); }

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

border-color css

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

 span { border-color: rgb(80,11,118); }

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