Html Css Color HEX #50025E Indigo

📋 copy color: '#50025E'

red 80 ◦ green 2 ◦ blue 94

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

Shades of Indigo #50025E

Tints of Indigo #50025E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 53.41%

R = 45.45%
G = 1.14%
B = 53.41%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#50025E (or 0x50025E) is known color: Indigo. HEX triplet: 50, 02 and 5E. RGB value is (80,2,94). Sum of RGB (Red+Green+Blue) = 80+2+94=176 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.45% from 176); Green value is 2 (1.17% from 255 or 1.14% from 176); Blue value is 94 (37.11% from 255 or 53.41% from 176); Max value from RGB is 94 - color contains mainly: blue. Hex color #50025E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #50025E is #AFFDA1. Grayscale: #232323. Windows color (decimal): -11533730 or 6160976. OLE color: 6160976.

HSL color Cylindrical-coordinate representation of color #50025E: hue angle of 290.87º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #50025E is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 2 94 -
CMYK 0.15 0.98 0 0.63
HSL 290.87º 0.96% 0.19% -
HSV(B) 290.87º 0.98% 0.37% -
XYZ 5.35 2.56 10.8 -
YUV 35.81 160.84 159.52 -
System Red Green Blue C M Y K H S L
Decimal 80 2 94 0.15 0.98 0 0.63 290.87 0.96 0.19
Hex 50 2 5E F 62 0 3F 123 60 13
Octal 120 2 136 17 142 0 77 443 140 23
Binary 1010000 10 1011110 1111 1100010 0 111111 100100011 1100000 10011

Color Harmonies of #50025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50025E

Black with #50025E

Text Example


Text Example

White with #50025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50025E; }

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

 H1.HeaderClassName
 {
   color: #50025E;
 }
 .AnyTagClassName
 {
   color: #50025E;
 }
</style>

background-color css

<style>
 a { background-color: #50025E; }

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

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

border-color css

<style>
 span { border-color: #50025E; }

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

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