Html Css Color HEX #5E039E Indigo

📋 copy color: '#5E039E'

red 94 ◦ green 3 ◦ blue 158

#5E039E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indigo #5E039E

Tints of Indigo #5E039E

RGB

 RED value IS 94 (37.11% from 255) = 36.86%

 GREEN value IS 3 (1.56% from 255) = 1.18%

 BLUE value IS 158 (62.11% from 255) = 61.96%

R = 36.86%
G = 1.18%
B = 61.96%

CMYK

 C value IS 0.41

 M value IS 0.98

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E039E (or 0x5E039E) is known color: Indigo. HEX triplet: 5E, 03 and 9E. RGB value is (94,3,158). Sum of RGB (Red+Green+Blue) = 94+3+158=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 158 (62.11% from 255 or 61.96% from 255); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E039E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E039E is #A1FC61. Grayscale: #2F2F2F. Windows color (decimal): -10615906 or 10355550. OLE color: 10355550.

HSL color Cylindrical-coordinate representation of color #5E039E: hue angle of 275.23º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E039E is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 3 158 -
CMYK 0.41 0.98 0 0.38
HSL 275.23º 0.96% 0.32% -
HSV(B) 275.23º 0.98% 0.62% -
XYZ 10.82 4.91 32.73 -
YUV 47.88 190.15 160.9 -
System Red Green Blue C M Y K H S L
Decimal 94 3 158 0.41 0.98 0 0.38 275.23 0.96 0.32
Hex 5E 3 9E 29 62 0 26 113 60 20
Octal 136 3 236 51 142 0 46 423 140 40
Binary 1011110 11 10011110 101001 1100010 0 100110 100010011 1100000 100000

Color Harmonies of #5E039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E039E

Black with #5E039E

Text Example


Text Example

White with #5E039E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E039E;
 }
 .AnyTagClassName
 {
   color: #5E039E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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