Html Css Color HEX #500382 Indigo

📋 copy color: '#500382'

red 80 ◦ green 3 ◦ blue 130

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

Shades of Indigo #500382

Tints of Indigo #500382

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.41%

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

R = 37.56%
G = 1.41%
B = 61.03%

CMYK

 C value IS 0.38

 M value IS 0.98

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#500382 (or 0x500382) is known color: Indigo. HEX triplet: 50, 03 and 82. RGB value is (80,3,130). Sum of RGB (Red+Green+Blue) = 80+3+130=213 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.56% from 213); Green value is 3 (1.56% from 255 or 1.41% from 213); Blue value is 130 (51.17% from 255 or 61.03% from 213); Max value from RGB is 130 - color contains mainly: blue. Hex color #500382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500382 is #AFFC7D. Grayscale: #282828. Windows color (decimal): -11533438 or 8520528. OLE color: 8520528.

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

Color convert

RGB 80 3 130 -
CMYK 0.38 0.98 0 0.49
HSL 276.38º 0.95% 0.26% -
HSV(B) 276.38º 0.98% 0.51% -
XYZ 7.37 3.38 21.38 -
YUV 40.5 178.51 156.17 -
System Red Green Blue C M Y K H S L
Decimal 80 3 130 0.38 0.98 0 0.49 276.38 0.95 0.26
Hex 50 3 82 26 62 0 31 114 5F 1A
Octal 120 3 202 46 142 0 61 424 137 32
Binary 1010000 11 10000010 100110 1100010 0 110001 100010100 1011111 11010

Color Harmonies of #500382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500382

Black with #500382

Text Example


Text Example

White with #500382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500382; }

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

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

background-color css

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

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

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

border-color css

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

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

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