Html Css Color HEX #500D93 Indigo

📋 copy color: '#500D93'

red 80 ◦ green 13 ◦ blue 147

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

Shades of Indigo #500D93

Tints of Indigo #500D93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 61.25%

R = 33.33%
G = 5.42%
B = 61.25%

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

#500D93 (or 0x500D93) is known color: Indigo. HEX triplet: 50, 0D and 93. RGB value is (80,13,147). Sum of RGB (Red+Green+Blue) = 80+13+147=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #500D93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500D93 is #AFF26C. Grayscale: #2F2F2F. Windows color (decimal): -11530861 or 9637200. OLE color: 9637200.

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

Color convert

RGB 80 13 147 -
CMYK 0.46 0.91 0 0.42
HSL 270º 0.84% 0.31% -
HSV(B) 270º 0.91% 0.58% -
XYZ 8.72 4.1 27.94 -
YUV 48.31 183.7 150.6 -
System Red Green Blue C M Y K H S L
Decimal 80 13 147 0.46 0.91 0 0.42 270 0.84 0.31
Hex 50 D 93 2E 5B 0 2A 10E 54 1F
Octal 120 15 223 56 133 0 52 416 124 37
Binary 1010000 1101 10010011 101110 1011011 0 101010 100001110 1010100 11111

Color Harmonies of #500D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500D93

Black with #500D93

Text Example


Text Example

White with #500D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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