#5E1382

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

Shades of Indigo #5E1382

Tints of Indigo #5E1382

Color information

#5E1382 (or 0x5E1382) is unknown color: approx Indigo. HEX triplet: 5E, 13 and 82. RGB value is (94,19,130). Sum of RGB (Red+Green+Blue) = 94+19+130=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E1382 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1382 is #A1EC7D. Grayscale: #353535. Windows color (decimal): -10611838 or 8524638. OLE color: 8524638.

HSL color Cylindrical-coordinate representation of color #5E1382: hue angle of 280.54º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1382 is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9419130-
CMYK0.280.8500.49
HSL280.54º74.5%29.22%-
HSV(B)280.54º85.38%50.98%-
XYZ8.884.4621.51-
YUV54.08170.85156.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.68%
GREEN value IS 19 (7.81% from 255) = 7.82%
BLUE value IS 130 (51.17% from 255) = 53.50%
R=38.68%
G=7.82%
B=53.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal94191300.280.8500.49280.5474.529.22
Hex5E13821C550311194a1d
Octal136232023412506143111235
Binary101111010011100000101110010101010110001100011001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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