Html Css Color HEX #5E0179 Indigo

📋 copy color: '#5E0179'

red 94 ◦ green 1 ◦ blue 121

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

Shades of Indigo #5E0179

Tints of Indigo #5E0179

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.46%

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

R = 43.52%
G = 0.46%
B = 56.02%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E0179 (or 0x5E0179) is known color: Indigo. HEX triplet: 5E, 01 and 79. RGB value is (94,1,121). Sum of RGB (Red+Green+Blue) = 94+1+121=216 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.52% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 121 (47.66% from 255 or 56.02% from 216); Max value from RGB is 121 - color contains mainly: blue. Hex color #5E0179 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0179 is #A1FE86. Grayscale: #2A2A2A. Windows color (decimal): -10616455 or 7930206. OLE color: 7930206.

HSL color Cylindrical-coordinate representation of color #5E0179: hue angle of 286.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E0179 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 1 121 -
CMYK 0.22 0.99 0 0.53
HSL 286.5º 0.98% 0.24% -
HSV(B) 286.5º 0.99% 0.47% -
XYZ 8.08 3.78 18.39 -
YUV 42.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 94 1 121 0.22 0.99 0 0.53 286.5 0.98 0.24
Hex 5E 1 79 16 63 0 35 11E 62 18
Octal 136 1 171 26 143 0 65 436 142 30
Binary 1011110 1 1111001 10110 1100011 0 110101 100011110 1100010 11000

Color Harmonies of #5E0179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0179

Black with #5E0179

Text Example


Text Example

White with #5E0179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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