#5E036F

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

Shades of Indigo #5E036F

Tints of Indigo #5E036F

Color information

#5E036F (or 0x5E036F) is unknown color: approx Indigo. HEX triplet: 5E, 03 and 6F. RGB value is (94,3,111). Sum of RGB (Red+Green+Blue) = 94+3+111=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E036F is #A1FC90. Grayscale: #2A2A2A. Windows color (decimal): -10615953 or 7275358. OLE color: 7275358.

HSL color Cylindrical-coordinate representation of color #5E036F: hue angle of 290.56º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E036F is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB943111-
CMYK0.150.9700.56
HSL290.56º94.74%22.35%-
HSV(B)290.56º97.3%43.53%-
XYZ7.523.5915.34-
YUV42.52166.65164.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 45.19%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 111 (43.75% from 255) = 53.37%
R=45.19%
G=1.44%
B=53.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9431110.150.9700.56290.5694.7422.35
Hex5E36FF610381235f16
Octal13631571714107044313726
Binary1011110111101111111111000010111000100100011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E036F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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