#5E148D

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

Shades of Indigo #5E148D

Tints of Indigo #5E148D

Color information

#5E148D (or 0x5E148D) is unknown color: approx Indigo. HEX triplet: 5E, 14 and 8D. RGB value is (94,20,141). Sum of RGB (Red+Green+Blue) = 94+20+141=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E148D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E148D is #A1EB72. Grayscale: #373737. Windows color (decimal): -10611571 or 9245790. OLE color: 9245790.

HSL color Cylindrical-coordinate representation of color #5E148D: hue angle of 276.69º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E148D is Cyan = 0.33, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9420141-
CMYK0.330.8600.45
HSL276.69º75.16%31.57%-
HSV(B)276.69º85.82%55.29%-
XYZ9.674.825.62-
YUV55.92176.02155.16-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.86%
GREEN value IS 20 (8.20% from 255) = 7.84%
BLUE value IS 141 (55.47% from 255) = 55.29%
R=36.86%
G=7.84%
B=55.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94201410.330.8600.45276.6975.1631.57
Hex5E148D215602D1154b20
Octal136242154112605542511340
Binary10111101010010001101100001101011001011011000101011001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E148D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,20,141); }

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

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

 a { background-color: rgb(94,20,141); }

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

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

 span { border-color: rgb(94,20,141); }

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