Html Css Color HEX #5E079E Indigo

📋 copy color: '#5E079E'

red 94 ◦ green 7 ◦ blue 158

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

Shades of Indigo #5E079E

Tints of Indigo #5E079E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.7%

 BLUE value IS 158 (62.11% from 255) = 61%

R = 36.29%
G = 2.7%
B = 61%

CMYK

 C value IS 0.41

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E079E (or 0x5E079E) is known color: Indigo. HEX triplet: 5E, 07 and 9E. RGB value is (94,7,158). Sum of RGB (Red+Green+Blue) = 94+7+158=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 7 (3.12% from 255 or 2.70% from 259); Blue value is 158 (62.11% from 255 or 61.00% from 259); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E079E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E079E is #A1F861. Grayscale: #313131. Windows color (decimal): -10614882 or 10356574. OLE color: 10356574.

HSL color Cylindrical-coordinate representation of color #5E079E: hue angle of 274.57º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E079E is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 7 158 -
CMYK 0.41 0.96 0 0.38
HSL 274.57º 0.92% 0.32% -
HSV(B) 274.57º 0.96% 0.62% -
XYZ 10.86 5 32.74 -
YUV 50.23 188.82 159.22 -
System Red Green Blue C M Y K H S L
Decimal 94 7 158 0.41 0.96 0 0.38 274.57 0.92 0.32
Hex 5E 7 9E 29 60 0 26 113 5C 20
Octal 136 7 236 51 140 0 46 423 134 40
Binary 1011110 111 10011110 101001 1100000 0 100110 100010011 1011100 100000

Color Harmonies of #5E079E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E079E

Black with #5E079E

Text Example


Text Example

White with #5E079E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,7,158); }

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

background-color css

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

 a { background-color: rgb(94,7,158); }

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

border-color css

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

 span { border-color: rgb(94,7,158); }

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