Html Css Color HEX #50079A Indigo

📋 copy color: '#50079A'

red 80 ◦ green 7 ◦ blue 154

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

Shades of Indigo #50079A

Tints of Indigo #50079A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.9%

 BLUE value IS 154 (60.55% from 255) = 63.9%

R = 33.2%
G = 2.9%
B = 63.9%

CMYK

 C value IS 0.48

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#50079A (or 0x50079A) is known color: Indigo. HEX triplet: 50, 07 and 9A. RGB value is (80,7,154). Sum of RGB (Red+Green+Blue) = 80+7+154=241 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.20% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 154 (60.55% from 255 or 63.90% from 241); Max value from RGB is 154 - color contains mainly: blue. Hex color #50079A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50079A is #AFF865. Grayscale: #2D2D2D. Windows color (decimal): -11532390 or 10094416. OLE color: 10094416.

HSL color Cylindrical-coordinate representation of color #50079A: hue angle of 269.8º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50079A is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 80 7 154 -
CMYK 0.48 0.95 0 0.40
HSL 269.8º 0.91% 0.32% -
HSV(B) 269.8º 0.95% 0.6% -
XYZ 9.22 4.19 30.89 -
YUV 45.59 189.18 152.55 -
System Red Green Blue C M Y K H S L
Decimal 80 7 154 0.48 0.95 0 0.40 269.8 0.91 0.32
Hex 50 7 9A 30 5F 0 28 10E 5B 20
Octal 120 7 232 60 137 0 50 416 133 40
Binary 1010000 111 10011010 110000 1011111 0 101000 100001110 1011011 100000

Color Harmonies of #50079A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50079A

Black with #50079A

Text Example


Text Example

White with #50079A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50079A; }

 p { color: rgb(80,7,154); }

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

background-color css

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

 a { background-color: rgb(80,7,154); }

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

border-color css

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

 span { border-color: rgb(80,7,154); }

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