Html Css Color HEX #5E038E Indigo

📋 copy color: '#5E038E'

red 94 ◦ green 3 ◦ blue 142

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

Shades of Indigo #5E038E

Tints of Indigo #5E038E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 59.41%

R = 39.33%
G = 1.26%
B = 59.41%

CMYK

 C value IS 0.34

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E038E (or 0x5E038E) is known color: Indigo. HEX triplet: 5E, 03 and 8E. RGB value is (94,3,142). Sum of RGB (Red+Green+Blue) = 94+3+142=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 3 (1.56% from 255 or 1.26% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E038E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E038E is #A1FC71. Grayscale: #2D2D2D. Windows color (decimal): -10615922 or 9306974. OLE color: 9306974.

HSL color Cylindrical-coordinate representation of color #5E038E: hue angle of 279.28º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E038E is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 3 142 -
CMYK 0.34 0.98 0 0.44
HSL 279.28º 0.96% 0.28% -
HSV(B) 279.28º 0.98% 0.56% -
XYZ 9.53 4.4 25.94 -
YUV 46.06 182.15 162.2 -
System Red Green Blue C M Y K H S L
Decimal 94 3 142 0.34 0.98 0 0.44 279.28 0.96 0.28
Hex 5E 3 8E 22 62 0 2C 117 60 1C
Octal 136 3 216 42 142 0 54 427 140 34
Binary 1011110 11 10001110 100010 1100010 0 101100 100010111 1100000 11100

Color Harmonies of #5E038E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E038E

Black with #5E038E

Text Example


Text Example

White with #5E038E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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