Html Css Color HEX #5E1879 Indigo

📋 copy color: '#5E1879'

red 94 ◦ green 24 ◦ blue 121

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

Shades of Indigo #5E1879

Tints of Indigo #5E1879

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.04%

 BLUE value IS 121 (47.66% from 255) = 50.63%

R = 39.33%
G = 10.04%
B = 50.63%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E1879 (or 0x5E1879) is known color: Indigo. HEX triplet: 5E, 18 and 79. RGB value is (94,24,121). Sum of RGB (Red+Green+Blue) = 94+24+121=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E1879 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1879 is #A1E786. Grayscale: #373737. Windows color (decimal): -10610567 or 7936094. OLE color: 7936094.

HSL color Cylindrical-coordinate representation of color #5E1879: hue angle of 283.3º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E1879 is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 24 121 -
CMYK 0.22 0.80 0 0.53
HSL 283.3º 0.67% 0.28% -
HSV(B) 283.3º 0.8% 0.47% -
XYZ 8.39 4.41 18.5 -
YUV 55.99 164.69 155.11 -
System Red Green Blue C M Y K H S L
Decimal 94 24 121 0.22 0.80 0 0.53 283.3 0.67 0.28
Hex 5E 18 79 16 50 0 35 11B 43 1C
Octal 136 30 171 26 120 0 65 433 103 34
Binary 1011110 11000 1111001 10110 1010000 0 110101 100011011 1000011 11100

Color Harmonies of #5E1879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1879

Black with #5E1879

Text Example


Text Example

White with #5E1879

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,24,121); }

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

background-color css

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

 a { background-color: rgb(94,24,121); }

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

border-color css

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

 span { border-color: rgb(94,24,121); }

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