Html Css Color HEX #501092 Indigo

📋 copy color: '#501092'

red 80 ◦ green 16 ◦ blue 146

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

Shades of Indigo #501092

Tints of Indigo #501092

RGB

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

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

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

R = 33.06%
G = 6.61%
B = 60.33%

CMYK

 C value IS 0.45

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#501092 (or 0x501092) is known color: Indigo. HEX triplet: 50, 10 and 92. RGB value is (80,16,146). Sum of RGB (Red+Green+Blue) = 80+16+146=242 (32% of max value = 765). Red value is 80 (31.64% from 255 or 33.06% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #501092 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501092 is #AFEF6D. Grayscale: #313131. Windows color (decimal): -11530094 or 9572432. OLE color: 9572432.

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

Color convert

RGB 80 16 146 -
CMYK 0.45 0.89 0 0.43
HSL 269.54º 0.8% 0.32% -
HSV(B) 269.54º 0.89% 0.57% -
XYZ 8.68 4.15 27.54 -
YUV 49.96 182.2 149.43 -
System Red Green Blue C M Y K H S L
Decimal 80 16 146 0.45 0.89 0 0.43 269.54 0.8 0.32
Hex 50 10 92 2D 59 0 2B 10E 50 20
Octal 120 20 222 55 131 0 53 416 120 40
Binary 1010000 10000 10010010 101101 1011001 0 101011 100001110 1010000 100000

Color Harmonies of #501092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501092

Black with #501092

Text Example


Text Example

White with #501092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501092; }

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

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

background-color css

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

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

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

border-color css

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

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

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