Html Css Color HEX #5E079F Indigo

📋 copy color: '#5E079F'

red 94 ◦ green 7 ◦ blue 159

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

Shades of Indigo #5E079F

Tints of Indigo #5E079F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 61.15%

R = 36.15%
G = 2.69%
B = 61.15%

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

#5E079F (or 0x5E079F) is known color: Indigo. HEX triplet: 5E, 07 and 9F. RGB value is (94,7,159). Sum of RGB (Red+Green+Blue) = 94+7+159=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 7 (3.12% from 255 or 2.69% from 260); Blue value is 159 (62.5% from 255 or 61.15% from 260); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E079F is #A1F860. Grayscale: #313131. Windows color (decimal): -10614881 or 10422110. OLE color: 10422110.

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

Color convert

RGB 94 7 159 -
CMYK 0.41 0.96 0 0.38
HSL 274.34º 0.92% 0.33% -
HSV(B) 274.34º 0.96% 0.62% -
XYZ 10.95 5.03 33.2 -
YUV 50.34 189.32 159.14 -
System Red Green Blue C M Y K H S L
Decimal 94 7 159 0.41 0.96 0 0.38 274.34 0.92 0.33
Hex 5E 7 9F 29 60 0 26 112 5C 21
Octal 136 7 237 51 140 0 46 422 134 41
Binary 1011110 111 10011111 101001 1100000 0 100110 100010010 1011100 100001

Color Harmonies of #5E079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E079F

Black with #5E079F

Text Example


Text Example

White with #5E079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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