Html Css Color HEX #5E088D Indigo

📋 copy color: '#5E088D'

red 94 ◦ green 8 ◦ blue 141

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

Shades of Indigo #5E088D

Tints of Indigo #5E088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.29%

 BLUE value IS 141 (55.47% from 255) = 58.02%

R = 38.68%
G = 3.29%
B = 58.02%

CMYK

 C value IS 0.33

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E088D (or 0x5E088D) is known color: Indigo. HEX triplet: 5E, 08 and 8D. RGB value is (94,8,141). Sum of RGB (Red+Green+Blue) = 94+8+141=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 8 (3.52% from 255 or 3.29% from 243); Blue value is 141 (55.47% from 255 or 58.02% from 243); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E088D is #A1F772. Grayscale: #303030. Windows color (decimal): -10614643 or 9242718. OLE color: 9242718.

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

Color convert

RGB 94 8 141 -
CMYK 0.33 0.94 0 0.45
HSL 278.8º 0.89% 0.29% -
HSV(B) 278.8º 0.94% 0.55% -
XYZ 9.51 4.48 25.56 -
YUV 48.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 94 8 141 0.33 0.94 0 0.45 278.8 0.89 0.29
Hex 5E 8 8D 21 5E 0 2D 117 59 1D
Octal 136 10 215 41 136 0 55 427 131 35
Binary 1011110 1000 10001101 100001 1011110 0 101101 100010111 1011001 11101

Color Harmonies of #5E088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E088D

Black with #5E088D

Text Example


Text Example

White with #5E088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,8,141); }

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

background-color css

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

 a { background-color: rgb(94,8,141); }

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

border-color css

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

 span { border-color: rgb(94,8,141); }

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