Html Css Color HEX #501293 Indigo

📋 copy color: '#501293'

red 80 ◦ green 18 ◦ blue 147

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

Shades of Indigo #501293

Tints of Indigo #501293

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

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

R = 32.65%
G = 7.35%
B = 60%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#501293 (or 0x501293) is known color: Indigo. HEX triplet: 50, 12 and 93. RGB value is (80,18,147). Sum of RGB (Red+Green+Blue) = 80+18+147=245 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.65% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 147 (57.81% from 255 or 60% from 245); Max value from RGB is 147 - color contains mainly: blue. Hex color #501293 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501293 is #AFED6C. Grayscale: #323232. Windows color (decimal): -11529581 or 9638480. OLE color: 9638480.

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

Color convert

RGB 80 18 147 -
CMYK 0.46 0.88 0 0.42
HSL 268.84º 0.78% 0.32% -
HSV(B) 268.84º 0.88% 0.58% -
XYZ 8.79 4.24 27.96 -
YUV 51.24 182.04 148.51 -
System Red Green Blue C M Y K H S L
Decimal 80 18 147 0.46 0.88 0 0.42 268.84 0.78 0.32
Hex 50 12 93 2E 58 0 2A 10D 4E 20
Octal 120 22 223 56 130 0 52 415 116 40
Binary 1010000 10010 10010011 101110 1011000 0 101010 100001101 1001110 100000

Color Harmonies of #501293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501293

Black with #501293

Text Example


Text Example

White with #501293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501293; }

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

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

background-color css

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

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

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

border-color css

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

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

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