#5E0384

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

Shades of Indigo #5E0384

Tints of Indigo #5E0384

Color information

#5E0384 (or 0x5E0384) is unknown color: approx Indigo. HEX triplet: 5E, 03 and 84. RGB value is (94,3,132). Sum of RGB (Red+Green+Blue) = 94+3+132=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E0384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0384 is #A1FC7B. Grayscale: #2C2C2C. Windows color (decimal): -10615932 or 8651614. OLE color: 8651614.

HSL color Cylindrical-coordinate representation of color #5E0384: hue angle of 282.33º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E0384 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB943132-
CMYK0.290.9800.48
HSL282.33º95.56%26.47%-
HSV(B)282.33º97.73%51.76%-
XYZ8.814.1122.16-
YUV44.92177.15163.01-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.05%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=41.05%
G=1.31%
B=57.64%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9431320.290.9800.48282.3395.5626.47
Hex5E3841D6203011a601a
Octal13632043514206043214032
Binary101111011100001001110111000100110000100011010110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,3,132); }

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

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

 a { background-color: rgb(94,3,132); }

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

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

 span { border-color: rgb(94,3,132); }

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