Html Css Color HEX #500271 Indigo

📋 copy color: '#500271'

red 80 ◦ green 2 ◦ blue 113

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

Shades of Indigo #500271

Tints of Indigo #500271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 57.95%

R = 41.03%
G = 1.03%
B = 57.95%

CMYK

 C value IS 0.29

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#500271 (or 0x500271) is known color: Indigo. HEX triplet: 50, 02 and 71. RGB value is (80,2,113). Sum of RGB (Red+Green+Blue) = 80+2+113=195 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.03% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 113 (44.53% from 255 or 57.95% from 195); Max value from RGB is 113 - color contains mainly: blue. Hex color #500271 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500271 is #AFFD8E. Grayscale: #252525. Windows color (decimal): -11533711 or 7406160. OLE color: 7406160.

HSL color Cylindrical-coordinate representation of color #500271: hue angle of 282.16º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #500271 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 2 113 -
CMYK 0.29 0.98 0 0.56
HSL 282.16º 0.97% 0.23% -
HSV(B) 282.16º 0.98% 0.44% -
XYZ 6.31 2.94 15.86 -
YUV 37.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 80 2 113 0.29 0.98 0 0.56 282.16 0.97 0.23
Hex 50 2 71 1D 62 0 38 11A 61 17
Octal 120 2 161 35 142 0 70 432 141 27
Binary 1010000 10 1110001 11101 1100010 0 111000 100011010 1100001 10111

Color Harmonies of #500271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500271

Black with #500271

Text Example


Text Example

White with #500271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500271; }

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

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

background-color css

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

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

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

border-color css

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

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

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