#5E147D

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

Shades of Indigo #5E147D

Tints of Indigo #5E147D

Color information

#5E147D (or 0x5E147D) is unknown color: approx Indigo. HEX triplet: 5E, 14 and 7D. RGB value is (94,20,125). Sum of RGB (Red+Green+Blue) = 94+20+125=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E147D is #A1EB82. Grayscale: #353535. Windows color (decimal): -10611587 or 8197214. OLE color: 8197214.

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

Color convert

RGB9420125-
CMYK0.250.8400.51
HSL282.29º72.41%28.43%-
HSV(B)282.29º84%49.02%-
XYZ8.574.3619.79-
YUV54.1168.02156.46-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.33%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 125 (49.22% from 255) = 52.30%
R=39.33%
G=8.37%
B=52.30%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94201250.250.8400.51282.2972.4128.43
Hex5E147D195403311a481c
Octal136241753112406343211034
Binary10111101010011111011100110101000110011100011010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E147D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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