#5E0287

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

Shades of Indigo #5E0287

Tints of Indigo #5E0287

Color information

#5E0287 (or 0x5E0287) is unknown color: approx Indigo. HEX triplet: 5E, 02 and 87. RGB value is (94,2,135). Sum of RGB (Red+Green+Blue) = 94+2+135=231 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.69% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #5E0287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0287 is #A1FD78. Grayscale: #2C2C2C. Windows color (decimal): -10616185 or 8847966. OLE color: 8847966.

HSL color Cylindrical-coordinate representation of color #5E0287: hue angle of 281.5º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E0287 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB942135-
CMYK0.300.9900.47
HSL281.5º97.08%26.86%-
HSV(B)281.5º98.52%52.94%-
XYZ9.014.1723.25-
YUV44.67178.98163.19-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 40.69%
GREEN value IS 2 (1.17% from 255) = 0.87%
BLUE value IS 135 (53.12% from 255) = 58.44%
R=40.69%
G=0.87%
B=58.44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal9421350.300.9900.47281.597.0826.86
Hex5E2871E6302F11a611b
Octal13622073614305743214133
Binary101111010100001111111011000110101111100011010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,2,135); }

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

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

 a { background-color: rgb(94,2,135); }

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

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

 span { border-color: rgb(94,2,135); }

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