#500182

Color #500182 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #500182

Tints of Indigo #500182

Color information

#500182 (or 0x500182) is unknown color: approx 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

RGB801130-
CMYK0.380.9900.49
HSL276.74º98.47%25.69%-
HSV(B)276.74º99.23%50.98%-
XYZ7.353.3421.38-
YUV39.33179.17157.01-

RGB Variations

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

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 (Cyan) values IS 0.38
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal8011300.380.9900.49276.7498.4725.69
Hex501822663031115621a
Octal12012024614306142514232
Binary101000011000001010011011000110110001100010101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #500182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>