#5E147B

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

Shades of Indigo #5E147B

Tints of Indigo #5E147B

Color information

#5E147B (or 0x5E147B) is unknown color: approx Indigo. HEX triplet: 5E, 14 and 7B. RGB value is (94,20,123). Sum of RGB (Red+Green+Blue) = 94+20+123=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 123 (48.44% from 255 or 51.90% from 237); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E147B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E147B is #A1EB84. Grayscale: #353535. Windows color (decimal): -10611589 or 8066142. OLE color: 8066142.

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

Color convert

RGB9420123-
CMYK0.240.8400.52
HSL283.11º72.03%28.04%-
HSV(B)283.11º83.74%48.24%-
XYZ8.444.3119.13-
YUV53.87167.02156.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.66%
GREEN value IS 20 (8.20% from 255) = 8.44%
BLUE value IS 123 (48.44% from 255) = 51.90%
R=39.66%
G=8.44%
B=51.90%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal94201230.240.8400.52283.1172.0328.04
Hex5E147B185403411b481c
Octal136241733012406443311034
Binary10111101010011110111100010101000110100100011011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E147B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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