Html Css Color HEX #500982 Indigo

📋 copy color: '#500982'

red 80 ◦ green 9 ◦ blue 130

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

Shades of Indigo #500982

Tints of Indigo #500982

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.11%

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

R = 36.53%
G = 4.11%
B = 59.36%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#500982 (or 0x500982) is known color: Indigo. HEX triplet: 50, 09 and 82. RGB value is (80,9,130). Sum of RGB (Red+Green+Blue) = 80+9+130=219 (29% of max value = 765). Red value is 80 (31.64% from 255 or 36.53% from 219); Green value is 9 (3.91% from 255 or 4.11% from 219); Blue value is 130 (51.17% from 255 or 59.36% from 219); Max value from RGB is 130 - color contains mainly: blue. Hex color #500982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500982 is #AFF67D. Grayscale: #2B2B2B. Windows color (decimal): -11531902 or 8522064. OLE color: 8522064.

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

Color convert

RGB 80 9 130 -
CMYK 0.38 0.93 0 0.49
HSL 275.21º 0.87% 0.27% -
HSV(B) 275.21º 0.93% 0.51% -
XYZ 7.44 3.51 21.41 -
YUV 44.02 176.52 153.66 -
System Red Green Blue C M Y K H S L
Decimal 80 9 130 0.38 0.93 0 0.49 275.21 0.87 0.27
Hex 50 9 82 26 5D 0 31 113 57 1B
Octal 120 11 202 46 135 0 61 423 127 33
Binary 1010000 1001 10000010 100110 1011101 0 110001 100010011 1010111 11011

Color Harmonies of #500982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500982

Black with #500982

Text Example


Text Example

White with #500982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500982; }

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

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

background-color css

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

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

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

border-color css

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

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

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