Html Css Color HEX #50026D Indigo

📋 copy color: '#50026D'

red 80 ◦ green 2 ◦ blue 109

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

Shades of Indigo #50026D

Tints of Indigo #50026D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 57.07%

R = 41.88%
G = 1.05%
B = 57.07%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#50026D (or 0x50026D) is known color: Indigo. HEX triplet: 50, 02 and 6D. RGB value is (80,2,109). Sum of RGB (Red+Green+Blue) = 80+2+109=191 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.88% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #50026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50026D is #AFFD92. Grayscale: #252525. Windows color (decimal): -11533715 or 7144016. OLE color: 7144016.

HSL color Cylindrical-coordinate representation of color #50026D: hue angle of 283.74º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50026D is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 80 2 109 -
CMYK 0.27 0.98 0 0.57
HSL 283.74º 0.96% 0.22% -
HSV(B) 283.74º 0.98% 0.43% -
XYZ 6.09 2.85 14.7 -
YUV 37.52 168.34 158.3 -
System Red Green Blue C M Y K H S L
Decimal 80 2 109 0.27 0.98 0 0.57 283.74 0.96 0.22
Hex 50 2 6D 1B 62 0 39 11C 60 16
Octal 120 2 155 33 142 0 71 434 140 26
Binary 1010000 10 1101101 11011 1100010 0 111001 100011100 1100000 10110

Color Harmonies of #50026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50026D

Black with #50026D

Text Example


Text Example

White with #50026D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50026D; }

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

 H1.HeaderClassName
 {
   color: #50026D;
 }
 .AnyTagClassName
 {
   color: #50026D;
 }
</style>

background-color css

<style>
 a { background-color: #50026D; }

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

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

border-color css

<style>
 span { border-color: #50026D; }

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

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