Html Css Color HEX #500B95 Indigo

📋 copy color: '#500B95'

red 80 ◦ green 11 ◦ blue 149

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

Shades of Indigo #500B95

Tints of Indigo #500B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 62.08%

R = 33.33%
G = 4.58%
B = 62.08%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#500B95 (or 0x500B95) is known color: Indigo. HEX triplet: 50, 0B and 95. RGB value is (80,11,149). Sum of RGB (Red+Green+Blue) = 80+11+149=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #500B95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500B95 is #AFF46A. Grayscale: #2E2E2E. Windows color (decimal): -11531371 or 9767760. OLE color: 9767760.

HSL color Cylindrical-coordinate representation of color #500B95: hue angle of 270º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #500B95 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 11 149 -
CMYK 0.46 0.93 0 0.42
HSL 270º 0.86% 0.31% -
HSV(B) 270º 0.93% 0.58% -
XYZ 8.85 4.11 28.76 -
YUV 47.36 185.36 151.28 -
System Red Green Blue C M Y K H S L
Decimal 80 11 149 0.46 0.93 0 0.42 270 0.86 0.31
Hex 50 B 95 2E 5D 0 2A 10E 56 1F
Octal 120 13 225 56 135 0 52 416 126 37
Binary 1010000 1011 10010101 101110 1011101 0 101010 100001110 1010110 11111

Color Harmonies of #500B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500B95

Black with #500B95

Text Example


Text Example

White with #500B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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