#5E0382

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

Shades of Indigo #5E0382

Tints of Indigo #5E0382

Color information

#5E0382 (or 0x5E0382) is unknown color: approx Indigo. HEX triplet: 5E, 03 and 82. RGB value is (94,3,130). Sum of RGB (Red+Green+Blue) = 94+3+130=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E0382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0382 is #A1FC7D. Grayscale: #2C2C2C. Windows color (decimal): -10615934 or 8520542. OLE color: 8520542.

HSL color Cylindrical-coordinate representation of color #5E0382: hue angle of 282.99º 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 #5E0382 is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB943130-
CMYK0.280.9800.49
HSL282.99º95.49%26.08%-
HSV(B)282.99º97.69%50.98%-
XYZ8.684.0621.44-
YUV44.69176.15163.17-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.41%
GREEN value IS 3 (1.56% from 255) = 1.32%
BLUE value IS 130 (51.17% from 255) = 57.27%
R=41.41%
G=1.32%
B=57.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9431300.280.9800.49282.9995.4926.08
Hex5E3821C6203111b5f1a
Octal13632023414206143313732
Binary101111011100000101110011000100110001100011011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E0382; }

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

 H1.HeaderClassName
 {
   color: #5E0382;
 }
 .AnyTagClassName
 {
   color: #5E0382;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #5E0382;
 }
 .BgClassName
 {
   background-color: #5E0382;
 }
</style>
border-color css

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

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

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