Html Css Color HEX #5E0874 Indigo

📋 copy color: '#5E0874'

red 94 ◦ green 8 ◦ blue 116

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

Shades of Indigo #5E0874

Tints of Indigo #5E0874

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

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

R = 43.12%
G = 3.67%
B = 53.21%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5E0874 (or 0x5E0874) is known color: Indigo. HEX triplet: 5E, 08 and 74. RGB value is (94,8,116). Sum of RGB (Red+Green+Blue) = 94+8+116=218 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.12% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 116 (45.70% from 255 or 53.21% from 218); Max value from RGB is 116 - color contains mainly: blue. Hex color #5E0874 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0874 is #A1F78B. Grayscale: #2D2D2D. Windows color (decimal): -10614668 or 7604318. OLE color: 7604318.

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

Color convert

RGB 94 8 116 -
CMYK 0.19 0.93 0 0.55
HSL 287.78º 0.87% 0.24% -
HSV(B) 287.78º 0.93% 0.45% -
XYZ 7.86 3.81 16.85 -
YUV 46.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 94 8 116 0.19 0.93 0 0.55 287.78 0.87 0.24
Hex 5E 8 74 13 5D 0 37 120 57 18
Octal 136 10 164 23 135 0 67 440 127 30
Binary 1011110 1000 1110100 10011 1011101 0 110111 100100000 1010111 11000

Color Harmonies of #5E0874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0874

Black with #5E0874

Text Example


Text Example

White with #5E0874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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