Html Css Color HEX #5E039F Indigo

📋 copy color: '#5E039F'

red 94 ◦ green 3 ◦ blue 159

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

Shades of Indigo #5E039F

Tints of Indigo #5E039F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 62.11%

R = 36.72%
G = 1.17%
B = 62.11%

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

#5E039F (or 0x5E039F) is known color: Indigo. HEX triplet: 5E, 03 and 9F. RGB value is (94,3,159). Sum of RGB (Red+Green+Blue) = 94+3+159=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 159 (62.5% from 255 or 62.11% from 256); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E039F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E039F is #A1FC60. Grayscale: #2F2F2F. Windows color (decimal): -10615905 or 10421086. OLE color: 10421086.

HSL color Cylindrical-coordinate representation of color #5E039F: hue angle of 275º 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 #5E039F is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 3 159 -
CMYK 0.41 0.98 0 0.38
HSL 275º 0.96% 0.32% -
HSV(B) 275º 0.98% 0.62% -
XYZ 10.91 4.95 33.18 -
YUV 47.99 190.65 160.82 -
System Red Green Blue C M Y K H S L
Decimal 94 3 159 0.41 0.98 0 0.38 275 0.96 0.32
Hex 5E 3 9F 29 62 0 26 113 60 20
Octal 136 3 237 51 142 0 46 423 140 40
Binary 1011110 11 10011111 101001 1100010 0 100110 100010011 1100000 100000

Color Harmonies of #5E039F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E039F

Black with #5E039F

Text Example


Text Example

White with #5E039F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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