Html Css Color HEX #501792 Indigo

📋 copy color: '#501792'

red 80 ◦ green 23 ◦ blue 146

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

Shades of Indigo #501792

Tints of Indigo #501792

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.24%

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

R = 32.13%
G = 9.24%
B = 58.63%

CMYK

 C value IS 0.45

 M value IS 0.84

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#501792 (or 0x501792) is known color: Indigo. HEX triplet: 50, 17 and 92. RGB value is (80,23,146). Sum of RGB (Red+Green+Blue) = 80+23+146=249 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.13% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 146 (57.42% from 255 or 58.63% from 249); Max value from RGB is 146 - color contains mainly: blue. Hex color #501792 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501792 is #AFE86D. Grayscale: #353535. Windows color (decimal): -11528302 or 9574224. OLE color: 9574224.

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

Color convert

RGB 80 23 146 -
CMYK 0.45 0.84 0 0.43
HSL 267.8º 0.73% 0.33% -
HSV(B) 267.8º 0.84% 0.57% -
XYZ 8.8 4.39 27.58 -
YUV 54.07 179.88 146.5 -
System Red Green Blue C M Y K H S L
Decimal 80 23 146 0.45 0.84 0 0.43 267.8 0.73 0.33
Hex 50 17 92 2D 54 0 2B 10C 49 21
Octal 120 27 222 55 124 0 53 414 111 41
Binary 1010000 10111 10010010 101101 1010100 0 101011 100001100 1001001 100001

Color Harmonies of #501792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501792

Black with #501792

Text Example


Text Example

White with #501792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501792; }

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

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

background-color css

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

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

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

border-color css

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

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

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