Html Css Color HEX #5E0077 Indigo

📋 copy color: '#5E0077'

red 94 ◦ green 0 ◦ blue 119

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

Shades of Indigo #5E0077

Tints of Indigo #5E0077

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 119 (46.88% from 255) = 55.87%

R = 44.13%
G = 0%
B = 55.87%

CMYK

 C value IS 0.21

 M value IS 1

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E0077 (or 0x5E0077) is known color: Indigo. HEX triplet: 5E, 00 and 77. RGB value is (94,0,119). Sum of RGB (Red+Green+Blue) = 94+0+119=213 (28% of max value = 765). Red value is 94 (37.11% from 255 or 44.13% from 213); Green value is 0 (0.39% from 255 or 0% from 213); Blue value is 119 (46.88% from 255 or 55.87% from 213); Max value from RGB is 119 - color contains mainly: blue. Hex color #5E0077 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0077 is #A1FF88. Grayscale: #292929. Windows color (decimal): -10616713 or 7798878. OLE color: 7798878.

HSL color Cylindrical-coordinate representation of color #5E0077: hue angle of 287.39º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0077 is Cyan = 0.21, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 0 119 -
CMYK 0.21 1 0 0.53
HSL 287.4º 1% 0.23% -
HSV(B) 287.4º 1% 0.47% -
XYZ 7.95 3.71 17.75 -
YUV 41.67 171.64 165.32 -
System Red Green Blue C M Y K H S L
Decimal 94 0 119 0.21 1 0 0.53 287.4 1 0.23
Hex 5E 0 77 15 64 0 35 11F 64 17
Octal 136 0 167 25 144 0 65 437 144 27
Binary 1011110 0 1110111 10101 1100100 0 110101 100011111 1100100 10111

Color Harmonies of #5E0077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0077

Black with #5E0077

Text Example


Text Example

White with #5E0077

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,0,119); }

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

background-color css

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

 a { background-color: rgb(94,0,119); }

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

border-color css

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

 span { border-color: rgb(94,0,119); }

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