Html Css Color HEX #500463 Indigo

📋 copy color: '#500463'

red 80 ◦ green 4 ◦ blue 99

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

Shades of Indigo #500463

Tints of Indigo #500463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 54.1%

R = 43.72%
G = 2.19%
B = 54.1%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#500463 (or 0x500463) is known color: Indigo. HEX triplet: 50, 04 and 63. RGB value is (80,4,99). Sum of RGB (Red+Green+Blue) = 80+4+99=183 (24% of max value = 765). Red value is 80 (31.64% from 255 or 43.72% from 183); Green value is 4 (1.95% from 255 or 2.19% from 183); Blue value is 99 (39.06% from 255 or 54.10% from 183); Max value from RGB is 99 - color contains mainly: blue. Hex color #500463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500463 is #AFFB9C. Grayscale: #252525. Windows color (decimal): -11533213 or 6489168. OLE color: 6489168.

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

Color convert

RGB 80 4 99 -
CMYK 0.19 0.96 0 0.61
HSL 288º 0.92% 0.2% -
HSV(B) 288º 0.96% 0.39% -
XYZ 5.6 2.69 12.03 -
YUV 37.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 80 4 99 0.19 0.96 0 0.61 288 0.92 0.2
Hex 50 4 63 13 60 0 3D 120 5C 14
Octal 120 4 143 23 140 0 75 440 134 24
Binary 1010000 100 1100011 10011 1100000 0 111101 100100000 1011100 10100

Color Harmonies of #500463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500463

Black with #500463

Text Example


Text Example

White with #500463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500463; }

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

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

background-color css

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

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

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

border-color css

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

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

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