Html Css Color HEX #500881 Indigo

📋 copy color: '#500881'

red 80 ◦ green 8 ◦ blue 129

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

Shades of Indigo #500881

Tints of Indigo #500881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

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

R = 36.87%
G = 3.69%
B = 59.45%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#500881 (or 0x500881) is known color: Indigo. HEX triplet: 50, 08 and 81. RGB value is (80,8,129). Sum of RGB (Red+Green+Blue) = 80+8+129=217 (28% of max value = 765). Red value is 80 (31.64% from 255 or 36.87% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 129 (50.78% from 255 or 59.45% from 217); Max value from RGB is 129 - color contains mainly: blue. Hex color #500881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500881 is #AFF77E. Grayscale: #2A2A2A. Windows color (decimal): -11532159 or 8456272. OLE color: 8456272.

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

Color convert

RGB 80 8 129 -
CMYK 0.38 0.94 0 0.49
HSL 275.7º 0.88% 0.27% -
HSV(B) 275.7º 0.94% 0.51% -
XYZ 7.36 3.46 21.05 -
YUV 43.32 176.35 154.16 -
System Red Green Blue C M Y K H S L
Decimal 80 8 129 0.38 0.94 0 0.49 275.7 0.88 0.27
Hex 50 8 81 26 5E 0 31 114 58 1B
Octal 120 10 201 46 136 0 61 424 130 33
Binary 1010000 1000 10000001 100110 1011110 0 110001 100010100 1011000 11011

Color Harmonies of #500881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500881

Black with #500881

Text Example


Text Example

White with #500881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500881; }

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

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

background-color css

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

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

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

border-color css

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

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

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