Html Css Color HEX #5E158E Indigo

📋 copy color: '#5E158E'

red 94 ◦ green 21 ◦ blue 142

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

Shades of Indigo #5E158E

Tints of Indigo #5E158E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 55.25%

R = 36.58%
G = 8.17%
B = 55.25%

CMYK

 C value IS 0.34

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E158E (or 0x5E158E) is known color: Indigo. HEX triplet: 5E, 15 and 8E. RGB value is (94,21,142). Sum of RGB (Red+Green+Blue) = 94+21+142=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 142 (55.86% from 255 or 55.25% from 257); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E158E is #A1EA71. Grayscale: #383838. Windows color (decimal): -10611314 or 9311582. OLE color: 9311582.

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

Color convert

RGB 94 21 142 -
CMYK 0.34 0.85 0 0.44
HSL 276.2º 0.74% 0.32% -
HSV(B) 276.2º 0.85% 0.56% -
XYZ 9.77 4.87 26.02 -
YUV 56.62 176.18 154.66 -
System Red Green Blue C M Y K H S L
Decimal 94 21 142 0.34 0.85 0 0.44 276.2 0.74 0.32
Hex 5E 15 8E 22 55 0 2C 114 4A 20
Octal 136 25 216 42 125 0 54 424 112 40
Binary 1011110 10101 10001110 100010 1010101 0 101100 100010100 1001010 100000

Color Harmonies of #5E158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E158E

Black with #5E158E

Text Example


Text Example

White with #5E158E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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