Html Css Color HEX #5E158C Indigo

📋 copy color: '#5E158C'

red 94 ◦ green 21 ◦ blue 140

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

Shades of Indigo #5E158C

Tints of Indigo #5E158C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

 BLUE value IS 140 (55.08% from 255) = 54.9%

R = 36.86%
G = 8.24%
B = 54.9%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E158C (or 0x5E158C) is known color: Indigo. HEX triplet: 5E, 15 and 8C. RGB value is (94,21,140). Sum of RGB (Red+Green+Blue) = 94+21+140=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 140 (55.08% from 255 or 54.90% from 255); Max value from RGB is 140 - color contains mainly: blue. Hex color #5E158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E158C is #A1EA73. Grayscale: #373737. Windows color (decimal): -10611316 or 9180510. OLE color: 9180510.

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

Color convert

RGB 94 21 140 -
CMYK 0.33 0.85 0 0.45
HSL 276.81º 0.74% 0.32% -
HSV(B) 276.81º 0.85% 0.55% -
XYZ 9.62 4.81 25.23 -
YUV 56.39 175.18 154.82 -
System Red Green Blue C M Y K H S L
Decimal 94 21 140 0.33 0.85 0 0.45 276.81 0.74 0.32
Hex 5E 15 8C 21 55 0 2D 115 4A 20
Octal 136 25 214 41 125 0 55 425 112 40
Binary 1011110 10101 10001100 100001 1010101 0 101101 100010101 1001010 100000

Color Harmonies of #5E158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E158C

Black with #5E158C

Text Example


Text Example

White with #5E158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,21,140); }

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

background-color css

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

 a { background-color: rgb(94,21,140); }

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

border-color css

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

 span { border-color: rgb(94,21,140); }

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