Html Css Color HEX #500DA1 Indigo

📋 copy color: '#500DA1'

red 80 ◦ green 13 ◦ blue 161

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

Shades of Indigo #500DA1

Tints of Indigo #500DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 63.39%

R = 31.5%
G = 5.12%
B = 63.39%

CMYK

 C value IS 0.50

 M value IS 0.92

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#500DA1 (or 0x500DA1) is known color: Indigo. HEX triplet: 50, 0D and A1. RGB value is (80,13,161). Sum of RGB (Red+Green+Blue) = 80+13+161=254 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.50% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 161 (63.28% from 255 or 63.39% from 254); Max value from RGB is 161 - color contains mainly: blue. Hex color #500DA1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500DA1 is #AFF25E. Grayscale: #313131. Windows color (decimal): -11530847 or 10554704. OLE color: 10554704.

HSL color Cylindrical-coordinate representation of color #500DA1: hue angle of 267.16º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #500DA1 is Cyan = 0.50, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 80 13 161 -
CMYK 0.50 0.92 0 0.37
HSL 267.16º 0.85% 0.34% -
HSV(B) 267.16º 0.92% 0.63% -
XYZ 9.89 4.57 34.08 -
YUV 49.91 190.7 149.47 -
System Red Green Blue C M Y K H S L
Decimal 80 13 161 0.50 0.92 0 0.37 267.16 0.85 0.34
Hex 50 D A1 32 5C 0 25 10B 55 22
Octal 120 15 241 62 134 0 45 413 125 42
Binary 1010000 1101 10100001 110010 1011100 0 100101 100001011 1010101 100010

Color Harmonies of #500DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500DA1

Black with #500DA1

Text Example


Text Example

White with #500DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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