Html Css Color HEX #500993 Indigo

📋 copy color: '#500993'

red 80 ◦ green 9 ◦ blue 147

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

Shades of Indigo #500993

Tints of Indigo #500993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.81%

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

R = 33.9%
G = 3.81%
B = 62.29%

CMYK

 C value IS 0.46

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#500993 (or 0x500993) is known color: Indigo. HEX triplet: 50, 09 and 93. RGB value is (80,9,147). Sum of RGB (Red+Green+Blue) = 80+9+147=236 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.90% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 147 (57.81% from 255 or 62.29% from 236); Max value from RGB is 147 - color contains mainly: blue. Hex color #500993 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500993 is #AFF66C. Grayscale: #2D2D2D. Windows color (decimal): -11531885 or 9636176. OLE color: 9636176.

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

Color convert

RGB 80 9 147 -
CMYK 0.46 0.94 0 0.42
HSL 270.87º 0.88% 0.31% -
HSV(B) 270.87º 0.94% 0.58% -
XYZ 8.67 4.01 27.92 -
YUV 45.96 185.02 152.28 -
System Red Green Blue C M Y K H S L
Decimal 80 9 147 0.46 0.94 0 0.42 270.87 0.88 0.31
Hex 50 9 93 2E 5E 0 2A 10F 58 1F
Octal 120 11 223 56 136 0 52 417 130 37
Binary 1010000 1001 10010011 101110 1011110 0 101010 100001111 1011000 11111

Color Harmonies of #500993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500993

Black with #500993

Text Example


Text Example

White with #500993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500993; }

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

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

background-color css

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

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

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

border-color css

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

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

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