Html Css Color HEX #5E0474 Indigo

📋 copy color: '#5E0474'

red 94 ◦ green 4 ◦ blue 116

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

Shades of Indigo #5E0474

Tints of Indigo #5E0474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 54.21%

R = 43.93%
G = 1.87%
B = 54.21%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E0474 (or 0x5E0474) is known color: Indigo. HEX triplet: 5E, 04 and 74. RGB value is (94,4,116). Sum of RGB (Red+Green+Blue) = 94+4+116=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 4 (1.95% from 255 or 1.87% from 214); Blue value is 116 (45.70% from 255 or 54.21% from 214); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E0474 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0474 is #A1FB8B. Grayscale: #2B2B2B. Windows color (decimal): -10615692 or 7603294. OLE color: 7603294.

HSL color Cylindrical-coordinate representation of color #5E0474: hue angle of 288.21º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E0474 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 94 4 116 -
CMYK 0.19 0.97 0 0.55
HSL 288.21º 0.93% 0.24% -
HSV(B) 288.21º 0.97% 0.45% -
XYZ 7.81 3.73 16.83 -
YUV 43.68 168.82 163.89 -
System Red Green Blue C M Y K H S L
Decimal 94 4 116 0.19 0.97 0 0.55 288.21 0.93 0.24
Hex 5E 4 74 13 61 0 37 120 5D 18
Octal 136 4 164 23 141 0 67 440 135 30
Binary 1011110 100 1110100 10011 1100001 0 110111 100100000 1011101 11000

Color Harmonies of #5E0474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0474

Black with #5E0474

Text Example


Text Example

White with #5E0474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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