Html Css Color HEX #50077F Indigo

📋 copy color: '#50077F'

red 80 ◦ green 7 ◦ blue 127

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

Shades of Indigo #50077F

Tints of Indigo #50077F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 59.35%

R = 37.38%
G = 3.27%
B = 59.35%

CMYK

 C value IS 0.37

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#50077F (or 0x50077F) is known color: Indigo. HEX triplet: 50, 07 and 7F. RGB value is (80,7,127). Sum of RGB (Red+Green+Blue) = 80+7+127=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 7 (3.12% from 255 or 3.27% from 214); Blue value is 127 (50% from 255 or 59.35% from 214); Max value from RGB is 127 - color contains mainly: blue. Hex color #50077F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50077F is #AFF880. Grayscale: #2A2A2A. Windows color (decimal): -11532417 or 8324944. OLE color: 8324944.

HSL color Cylindrical-coordinate representation of color #50077F: hue angle of 276.5º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #50077F is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 7 127 -
CMYK 0.37 0.94 0 0.50
HSL 276.5º 0.9% 0.26% -
HSV(B) 276.5º 0.94% 0.5% -
XYZ 7.22 3.39 20.35 -
YUV 42.51 175.68 154.74 -
System Red Green Blue C M Y K H S L
Decimal 80 7 127 0.37 0.94 0 0.50 276.5 0.9 0.26
Hex 50 7 7F 25 5E 0 32 114 5A 1A
Octal 120 7 177 45 136 0 62 424 132 32
Binary 1010000 111 1111111 100101 1011110 0 110010 100010100 1011010 11010

Color Harmonies of #50077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50077F

Black with #50077F

Text Example


Text Example

White with #50077F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50077F; }

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

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

background-color css

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

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

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

border-color css

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

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

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