Html Css Color HEX #500182 Indigo

📋 copy color: '#500182'

red 80 ◦ green 1 ◦ blue 130

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

Shades of Indigo #500182

Tints of Indigo #500182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 37.91%
G = 0.47%
B = 61.61%

CMYK

 C value IS 0.38

 M value IS 0.99

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#500182 (or 0x500182) is known color: Indigo. HEX triplet: 50, 01 and 82. RGB value is (80,1,130). Sum of RGB (Red+Green+Blue) = 80+1+130=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 1 (0.78% from 255 or 0.47% from 211); Blue value is 130 (51.17% from 255 or 61.61% from 211); Max value from RGB is 130 - color contains mainly: blue. Hex color #500182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500182 is #AFFE7D. Grayscale: #262626. Windows color (decimal): -11533950 or 8520016. OLE color: 8520016.

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

Color convert

RGB 80 1 130 -
CMYK 0.38 0.99 0 0.49
HSL 276.74º 0.98% 0.26% -
HSV(B) 276.74º 0.99% 0.51% -
XYZ 7.35 3.34 21.38 -
YUV 39.33 179.17 157.01 -
System Red Green Blue C M Y K H S L
Decimal 80 1 130 0.38 0.99 0 0.49 276.74 0.98 0.26
Hex 50 1 82 26 63 0 31 115 62 1A
Octal 120 1 202 46 143 0 61 425 142 32
Binary 1010000 1 10000010 100110 1100011 0 110001 100010101 1100010 11010

Color Harmonies of #500182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500182

Black with #500182

Text Example


Text Example

White with #500182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500182; }

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

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

background-color css

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

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

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

border-color css

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

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

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