Html Css Color HEX #501592 Indigo

📋 copy color: '#501592'

red 80 ◦ green 21 ◦ blue 146

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

Shades of Indigo #501592

Tints of Indigo #501592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

 BLUE value IS 146 (57.42% from 255) = 59.11%

R = 32.39%
G = 8.5%
B = 59.11%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#501592 (or 0x501592) is known color: Indigo. HEX triplet: 50, 15 and 92. RGB value is (80,21,146). Sum of RGB (Red+Green+Blue) = 80+21+146=247 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.39% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 146 (57.42% from 255 or 59.11% from 247); Max value from RGB is 146 - color contains mainly: blue. Hex color #501592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501592 is #AFEA6D. Grayscale: #343434. Windows color (decimal): -11528814 or 9573712. OLE color: 9573712.

HSL color Cylindrical-coordinate representation of color #501592: hue angle of 268.32º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #501592 is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 21 146 -
CMYK 0.45 0.86 0 0.43
HSL 268.32º 0.75% 0.33% -
HSV(B) 268.32º 0.86% 0.57% -
XYZ 8.76 4.32 27.57 -
YUV 52.89 180.55 147.34 -
System Red Green Blue C M Y K H S L
Decimal 80 21 146 0.45 0.86 0 0.43 268.32 0.75 0.33
Hex 50 15 92 2D 56 0 2B 10C 4B 21
Octal 120 25 222 55 126 0 53 414 113 41
Binary 1010000 10101 10010010 101101 1010110 0 101011 100001100 1001011 100001

Color Harmonies of #501592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501592

Black with #501592

Text Example


Text Example

White with #501592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501592; }

 p { color: rgb(80,21,146); }

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

background-color css

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

 a { background-color: rgb(80,21,146); }

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

border-color css

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

 span { border-color: rgb(80,21,146); }

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