Html Css Color HEX #50029C Indigo

📋 copy color: '#50029C'

red 80 ◦ green 2 ◦ blue 156

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

Shades of Indigo #50029C

Tints of Indigo #50029C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 65.55%

R = 33.61%
G = 0.84%
B = 65.55%

CMYK

 C value IS 0.49

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#50029C (or 0x50029C) is known color: Indigo. HEX triplet: 50, 02 and 9C. RGB value is (80,2,156). Sum of RGB (Red+Green+Blue) = 80+2+156=238 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.61% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #50029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #50029C is #AFFD63. Grayscale: #2A2A2A. Windows color (decimal): -11533668 or 10224208. OLE color: 10224208.

HSL color Cylindrical-coordinate representation of color #50029C: hue angle of 270.39º 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 #50029C is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 80 2 156 -
CMYK 0.49 0.99 0 0.39
HSL 270.39º 0.97% 0.31% -
HSV(B) 270.39º 0.99% 0.61% -
XYZ 9.33 4.15 31.76 -
YUV 42.88 191.84 154.48 -
System Red Green Blue C M Y K H S L
Decimal 80 2 156 0.49 0.99 0 0.39 270.39 0.97 0.31
Hex 50 2 9C 31 63 0 27 10E 61 1F
Octal 120 2 234 61 143 0 47 416 141 37
Binary 1010000 10 10011100 110001 1100011 0 100111 100001110 1100001 11111

Color Harmonies of #50029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50029C

Black with #50029C

Text Example


Text Example

White with #50029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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