Html Css Color HEX #50059B Indigo

📋 copy color: '#50059B'

red 80 ◦ green 5 ◦ blue 155

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

Shades of Indigo #50059B

Tints of Indigo #50059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.08%

 BLUE value IS 155 (60.94% from 255) = 64.58%

R = 33.33%
G = 2.08%
B = 64.58%

CMYK

 C value IS 0.48

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50059B (or 0x50059B) is known color: Indigo. HEX triplet: 50, 05 and 9B. RGB value is (80,5,155). Sum of RGB (Red+Green+Blue) = 80+5+155=240 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.33% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 155 (60.94% from 255 or 64.58% from 240); Max value from RGB is 155 - color contains mainly: blue. Hex color #50059B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50059B is #AFFA64. Grayscale: #2C2C2C. Windows color (decimal): -11532901 or 10159440. OLE color: 10159440.

HSL color Cylindrical-coordinate representation of color #50059B: hue angle of 270º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #50059B is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 5 155 -
CMYK 0.48 0.97 0 0.39
HSL 270º 0.94% 0.31% -
HSV(B) 270º 0.97% 0.61% -
XYZ 9.28 4.18 31.33 -
YUV 44.53 190.35 153.3 -
System Red Green Blue C M Y K H S L
Decimal 80 5 155 0.48 0.97 0 0.39 270 0.94 0.31
Hex 50 5 9B 30 61 0 27 10E 5E 1F
Octal 120 5 233 60 141 0 47 416 136 37
Binary 1010000 101 10011011 110000 1100001 0 100111 100001110 1011110 11111

Color Harmonies of #50059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50059B

Black with #50059B

Text Example


Text Example

White with #50059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,5,155); }

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

background-color css

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

 a { background-color: rgb(80,5,155); }

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

border-color css

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

 span { border-color: rgb(80,5,155); }

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