#5E1985

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

Shades of Indigo #5E1985

Tints of Indigo #5E1985

Color information

#5E1985 (or 0x5E1985) is unknown color: approx Indigo. HEX triplet: 5E, 19 and 85. RGB value is (94,25,133). Sum of RGB (Red+Green+Blue) = 94+25+133=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 133 (52.34% from 255 or 52.78% from 252); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E1985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1985 is #A1E67A. Grayscale: #393939. Windows color (decimal): -10610299 or 8722782. OLE color: 8722782.

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

Color convert

RGB9425133-
CMYK0.290.8100.48
HSL278.33º68.35%30.98%-
HSV(B)278.33º81.2%52.16%-
XYZ9.24.7722.63-
YUV57.94170.36153.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 37.30%
GREEN value IS 25 (10.16% from 255) = 9.92%
BLUE value IS 133 (52.34% from 255) = 52.78%
R=37.30%
G=9.92%
B=52.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal94251330.290.8100.48278.3368.3530.98
Hex5E19851D51030116441f
Octal136312053512106042610437
Binary101111011001100001011110110100010110000100010110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,25,133); }

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

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

 a { background-color: rgb(94,25,133); }

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

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

 span { border-color: rgb(94,25,133); }

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