Html Css Color HEX #501093 Indigo

📋 copy color: '#501093'

red 80 ◦ green 16 ◦ blue 147

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

Shades of Indigo #501093

Tints of Indigo #501093

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.58%

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

R = 32.92%
G = 6.58%
B = 60.49%

CMYK

 C value IS 0.46

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#501093 (or 0x501093) is known color: Indigo. HEX triplet: 50, 10 and 93. RGB value is (80,16,147). Sum of RGB (Red+Green+Blue) = 80+16+147=243 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.92% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #501093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501093 is #AFEF6C. Grayscale: #313131. Windows color (decimal): -11530093 or 9637968. OLE color: 9637968.

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

Color convert

RGB 80 16 147 -
CMYK 0.46 0.89 0 0.42
HSL 269.31º 0.8% 0.32% -
HSV(B) 269.31º 0.89% 0.58% -
XYZ 8.76 4.18 27.95 -
YUV 50.07 182.7 149.35 -
System Red Green Blue C M Y K H S L
Decimal 80 16 147 0.46 0.89 0 0.42 269.31 0.8 0.32
Hex 50 10 93 2E 59 0 2A 10D 50 20
Octal 120 20 223 56 131 0 52 415 120 40
Binary 1010000 10000 10010011 101110 1011001 0 101010 100001101 1010000 100000

Color Harmonies of #501093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501093

Black with #501093

Text Example


Text Example

White with #501093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501093; }

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

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

background-color css

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

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

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

border-color css

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

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

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