Html Css Color HEX #5E048E Indigo

📋 copy color: '#5E048E'

red 94 ◦ green 4 ◦ blue 142

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

Shades of Indigo #5E048E

Tints of Indigo #5E048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 39.17%
G = 1.67%
B = 59.17%

CMYK

 C value IS 0.34

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E048E (or 0x5E048E) is known color: Indigo. HEX triplet: 5E, 04 and 8E. RGB value is (94,4,142). Sum of RGB (Red+Green+Blue) = 94+4+142=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 142 (55.86% from 255 or 59.17% from 240); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E048E is #A1FB71. Grayscale: #2E2E2E. Windows color (decimal): -10615666 or 9307230. OLE color: 9307230.

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

Color convert

RGB 94 4 142 -
CMYK 0.34 0.97 0 0.44
HSL 279.13º 0.95% 0.29% -
HSV(B) 279.13º 0.97% 0.56% -
XYZ 9.54 4.42 25.94 -
YUV 46.64 181.82 161.78 -
System Red Green Blue C M Y K H S L
Decimal 94 4 142 0.34 0.97 0 0.44 279.13 0.95 0.29
Hex 5E 4 8E 22 61 0 2C 117 5F 1D
Octal 136 4 216 42 141 0 54 427 137 35
Binary 1011110 100 10001110 100010 1100001 0 101100 100010111 1011111 11101

Color Harmonies of #5E048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E048E

Black with #5E048E

Text Example


Text Example

White with #5E048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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