Html Css Color HEX #50029B Indigo

📋 copy color: '#50029B'

red 80 ◦ green 2 ◦ blue 155

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

Shades of Indigo #50029B

Tints of Indigo #50029B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

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

R = 33.76%
G = 0.84%
B = 65.4%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50029B (or 0x50029B) is known color: Indigo. HEX triplet: 50, 02 and 9B. RGB value is (80,2,155). Sum of RGB (Red+Green+Blue) = 80+2+155=237 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.76% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 155 (60.94% from 255 or 65.40% from 237); Max value from RGB is 155 - color contains mainly: blue. Hex color #50029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50029B is #AFFD64. Grayscale: #2A2A2A. Windows color (decimal): -11533669 or 10158672. OLE color: 10158672.

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

Color convert

RGB 80 2 155 -
CMYK 0.48 0.99 0 0.39
HSL 270.59º 0.97% 0.31% -
HSV(B) 270.59º 0.99% 0.61% -
XYZ 9.25 4.12 31.32 -
YUV 42.76 191.34 154.56 -
System Red Green Blue C M Y K H S L
Decimal 80 2 155 0.48 0.99 0 0.39 270.59 0.97 0.31
Hex 50 2 9B 30 63 0 27 10F 61 1F
Octal 120 2 233 60 143 0 47 417 141 37
Binary 1010000 10 10011011 110000 1100011 0 100111 100001111 1100001 11111

Color Harmonies of #50029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50029B

Black with #50029B

Text Example


Text Example

White with #50029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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