Html Css Color HEX #500461 Indigo

📋 copy color: '#500461'

red 80 ◦ green 4 ◦ blue 97

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

Shades of Indigo #500461

Tints of Indigo #500461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.21%

 BLUE value IS 97 (38.28% from 255) = 53.59%

R = 44.2%
G = 2.21%
B = 53.59%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#500461 (or 0x500461) is known color: Indigo. HEX triplet: 50, 04 and 61. RGB value is (80,4,97). Sum of RGB (Red+Green+Blue) = 80+4+97=181 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.20% from 181); Green value is 4 (1.95% from 255 or 2.21% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #500461 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500461 is #AFFB9E. Grayscale: #252525. Windows color (decimal): -11533215 or 6358096. OLE color: 6358096.

HSL color Cylindrical-coordinate representation of color #500461: hue angle of 289.03º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500461 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 4 97 -
CMYK 0.18 0.96 0 0.62
HSL 289.03º 0.92% 0.2% -
HSV(B) 289.03º 0.96% 0.38% -
XYZ 5.51 2.66 11.53 -
YUV 37.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 80 4 97 0.18 0.96 0 0.62 289.03 0.92 0.2
Hex 50 4 61 12 60 0 3E 121 5C 14
Octal 120 4 141 22 140 0 76 441 134 24
Binary 1010000 100 1100001 10010 1100000 0 111110 100100001 1011100 10100

Color Harmonies of #500461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500461

Black with #500461

Text Example


Text Example

White with #500461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500461; }

 p { color: rgb(80,4,97); }

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

background-color css

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

 a { background-color: rgb(80,4,97); }

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

border-color css

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

 span { border-color: rgb(80,4,97); }

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