Html Css Color HEX #50078B Indigo

📋 copy color: '#50078B'

red 80 ◦ green 7 ◦ blue 139

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

Shades of Indigo #50078B

Tints of Indigo #50078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 61.5%

R = 35.4%
G = 3.1%
B = 61.5%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#50078B (or 0x50078B) is known color: Indigo. HEX triplet: 50, 07 and 8B. RGB value is (80,7,139). Sum of RGB (Red+Green+Blue) = 80+7+139=226 (29% of max value = 765). Red value is 80 (31.64% from 255 or 35.40% from 226); Green value is 7 (3.12% from 255 or 3.10% from 226); Blue value is 139 (54.69% from 255 or 61.50% from 226); Max value from RGB is 139 - color contains mainly: blue. Hex color #50078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50078B is #AFF874. Grayscale: #2B2B2B. Windows color (decimal): -11532405 or 9111376. OLE color: 9111376.

HSL color Cylindrical-coordinate representation of color #50078B: hue angle of 273.18º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #50078B is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 7 139 -
CMYK 0.42 0.95 0 0.45
HSL 273.18º 0.9% 0.29% -
HSV(B) 273.18º 0.95% 0.55% -
XYZ 8.04 3.72 24.72 -
YUV 43.88 181.68 153.77 -
System Red Green Blue C M Y K H S L
Decimal 80 7 139 0.42 0.95 0 0.45 273.18 0.9 0.29
Hex 50 7 8B 2A 5F 0 2D 111 5A 1D
Octal 120 7 213 52 137 0 55 421 132 35
Binary 1010000 111 10001011 101010 1011111 0 101101 100010001 1011010 11101

Color Harmonies of #50078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50078B

Black with #50078B

Text Example


Text Example

White with #50078B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50078B; }

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

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

background-color css

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

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

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

border-color css

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

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

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