Html Css Color HEX #500D95 Indigo

📋 copy color: '#500D95'

red 80 ◦ green 13 ◦ blue 149

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

Shades of Indigo #500D95

Tints of Indigo #500D95

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.37%

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

R = 33.06%
G = 5.37%
B = 61.57%

CMYK

 C value IS 0.46

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#500D95 (or 0x500D95) is known color: Indigo. HEX triplet: 50, 0D and 95. RGB value is (80,13,149). Sum of RGB (Red+Green+Blue) = 80+13+149=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #500D95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500D95 is #AFF26A. Grayscale: #303030. Windows color (decimal): -11530859 or 9768272. OLE color: 9768272.

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

Color convert

RGB 80 13 149 -
CMYK 0.46 0.91 0 0.42
HSL 269.56º 0.84% 0.32% -
HSV(B) 269.56º 0.91% 0.58% -
XYZ 8.88 4.16 28.77 -
YUV 48.54 184.7 150.44 -
System Red Green Blue C M Y K H S L
Decimal 80 13 149 0.46 0.91 0 0.42 269.56 0.84 0.32
Hex 50 D 95 2E 5B 0 2A 10E 54 20
Octal 120 15 225 56 133 0 52 416 124 40
Binary 1010000 1101 10010101 101110 1011011 0 101010 100001110 1010100 100000

Color Harmonies of #500D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D95

Black with #500D95

Text Example


Text Example

White with #500D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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