Html Css Color HEX #500061 Indigo

📋 copy color: '#500061'

red 80 ◦ green 0 ◦ blue 97

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

Shades of Indigo #500061

Tints of Indigo #500061

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 45.2%
G = 0%
B = 54.8%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#500061 (or 0x500061) is known color: Indigo. HEX triplet: 50, 00 and 61. RGB value is (80,0,97). Sum of RGB (Red+Green+Blue) = 80+0+97=177 (23% of max value = 765). Red value is 80 (31.64% from 255 or 45.20% from 177); Green value is 0 (0.39% from 255 or 0% from 177); Blue value is 97 (38.28% from 255 or 54.80% from 177); Max value from RGB is 97 - color contains mainly: blue. Hex color #500061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500061 is #AFFF9E. Grayscale: #222222. Windows color (decimal): -11534239 or 6357072. OLE color: 6357072.

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

Color convert

RGB 80 0 97 -
CMYK 0.18 1 0 0.62
HSL 289.48º 1% 0.19% -
HSV(B) 289.48º 1% 0.38% -
XYZ 5.47 2.57 11.52 -
YUV 34.98 163 160.11 -
System Red Green Blue C M Y K H S L
Decimal 80 0 97 0.18 1 0 0.62 289.48 1 0.19
Hex 50 0 61 12 64 0 3E 121 64 13
Octal 120 0 141 22 144 0 76 441 144 23
Binary 1010000 0 1100001 10010 1100100 0 111110 100100001 1100100 10011

Color Harmonies of #500061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500061

Black with #500061

Text Example


Text Example

White with #500061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500061; }

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

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

background-color css

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

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

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

border-color css

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

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

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