#5E0093

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

Shades of Indigo #5E0093

Tints of Indigo #5E0093

Color information

#5E0093 (or 0x5E0093) is unknown color: approx Indigo. HEX triplet: 5E, 00 and 93. RGB value is (94,0,147). Sum of RGB (Red+Green+Blue) = 94+0+147=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #5E0093 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0093 is #A1FF6C. Grayscale: #2C2C2C. Windows color (decimal): -10616685 or 9633886. OLE color: 9633886.

HSL color Cylindrical-coordinate representation of color #5E0093: hue angle of 278.37º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0093 is Cyan = 0.36, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB940147-
CMYK0.36100.42
HSL278.37º100%28.82%-
HSV(B)278.37º100%57.65%-
XYZ9.884.4927.95-
YUV44.86185.64163.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.00%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 147 (57.81% from 255) = 61.00%
R=39.00%
G=0%
B=61.00%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal9401470.36100.42278.3710028.82
Hex5E093246402A116641d
Octal13602234414405242614435
Binary101111001001001110010011001000101010100010110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,0,147); }

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

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

 a { background-color: rgb(94,0,147); }

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

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

 span { border-color: rgb(94,0,147); }

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