Html Css Color HEX #5E078B Indigo

📋 copy color: '#5E078B'

red 94 ◦ green 7 ◦ blue 139

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

Shades of Indigo #5E078B

Tints of Indigo #5E078B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 57.92%

R = 39.17%
G = 2.92%
B = 57.92%

CMYK

 C value IS 0.32

 M value IS 0.95

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E078B (or 0x5E078B) is known color: Indigo. HEX triplet: 5E, 07 and 8B. RGB value is (94,7,139). Sum of RGB (Red+Green+Blue) = 94+7+139=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 139 (54.69% from 255 or 57.92% from 240); Max value from RGB is 139 - color contains mainly: blue. Hex color #5E078B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E078B is #A1F874. Grayscale: #2F2F2F. Windows color (decimal): -10614901 or 9111390. OLE color: 9111390.

HSL color Cylindrical-coordinate representation of color #5E078B: hue angle of 279.55º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E078B is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 94 7 139 -
CMYK 0.32 0.95 0 0.45
HSL 279.55º 0.9% 0.29% -
HSV(B) 279.55º 0.95% 0.55% -
XYZ 9.35 4.4 24.78 -
YUV 48.06 179.32 160.77 -
System Red Green Blue C M Y K H S L
Decimal 94 7 139 0.32 0.95 0 0.45 279.55 0.9 0.29
Hex 5E 7 8B 20 5F 0 2D 118 5A 1D
Octal 136 7 213 40 137 0 55 430 132 35
Binary 1011110 111 10001011 100000 1011111 0 101101 100011000 1011010 11101

Color Harmonies of #5E078B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E078B

Black with #5E078B

Text Example


Text Example

White with #5E078B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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