Html Css Color HEX #500181 Indigo

📋 copy color: '#500181'

red 80 ◦ green 1 ◦ blue 129

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

Shades of Indigo #500181

Tints of Indigo #500181

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 129 (50.78% from 255) = 61.43%

R = 38.1%
G = 0.48%
B = 61.43%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#500181 (or 0x500181) is known color: Indigo. HEX triplet: 50, 01 and 81. RGB value is (80,1,129). Sum of RGB (Red+Green+Blue) = 80+1+129=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 129 (50.78% from 255 or 61.43% from 210); Max value from RGB is 129 - color contains mainly: blue. Hex color #500181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500181 is #AFFE7E. Grayscale: #262626. Windows color (decimal): -11533951 or 8454480. OLE color: 8454480.

HSL color Cylindrical-coordinate representation of color #500181: hue angle of 277.03º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500181 is Cyan = 0.38, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 1 129 -
CMYK 0.38 0.99 0 0.49
HSL 277.03º 0.98% 0.25% -
HSV(B) 277.03º 0.99% 0.51% -
XYZ 7.28 3.31 21.02 -
YUV 39.21 178.67 157.09 -
System Red Green Blue C M Y K H S L
Decimal 80 1 129 0.38 0.99 0 0.49 277.03 0.98 0.25
Hex 50 1 81 26 63 0 31 115 62 19
Octal 120 1 201 46 143 0 61 425 142 31
Binary 1010000 1 10000001 100110 1100011 0 110001 100010101 1100010 11001

Color Harmonies of #500181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500181

Black with #500181

Text Example


Text Example

White with #500181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500181; }

 p { color: rgb(80,1,129); }

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

background-color css

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

 a { background-color: rgb(80,1,129); }

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

border-color css

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

 span { border-color: rgb(80,1,129); }

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