Html Css Color HEX #500482 Indigo

📋 copy color: '#500482'

red 80 ◦ green 4 ◦ blue 130

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

Shades of Indigo #500482

Tints of Indigo #500482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 60.75%

R = 37.38%
G = 1.87%
B = 60.75%

CMYK

 C value IS 0.38

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#500482 (or 0x500482) is known color: Indigo. HEX triplet: 50, 04 and 82. RGB value is (80,4,130). Sum of RGB (Red+Green+Blue) = 80+4+130=214 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.38% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 130 (51.17% from 255 or 60.75% from 214); Max value from RGB is 130 - color contains mainly: blue. Hex color #500482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500482 is #AFFB7D. Grayscale: #282828. Windows color (decimal): -11533182 or 8520784. OLE color: 8520784.

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

Color convert

RGB 80 4 130 -
CMYK 0.38 0.97 0 0.49
HSL 276.19º 0.94% 0.26% -
HSV(B) 276.19º 0.97% 0.51% -
XYZ 7.38 3.4 21.39 -
YUV 41.09 178.18 155.75 -
System Red Green Blue C M Y K H S L
Decimal 80 4 130 0.38 0.97 0 0.49 276.19 0.94 0.26
Hex 50 4 82 26 61 0 31 114 5E 1A
Octal 120 4 202 46 141 0 61 424 136 32
Binary 1010000 100 10000010 100110 1100001 0 110001 100010100 1011110 11010

Color Harmonies of #500482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500482

Black with #500482

Text Example


Text Example

White with #500482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500482; }

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

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

background-color css

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

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

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

border-color css

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

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

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