Html Css Color HEX #5E089B Indigo

📋 copy color: '#5E089B'

red 94 ◦ green 8 ◦ blue 155

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

Shades of Indigo #5E089B

Tints of Indigo #5E089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 36.58%
G = 3.11%
B = 60.31%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5E089B (or 0x5E089B) is known color: Indigo. HEX triplet: 5E, 08 and 9B. RGB value is (94,8,155). Sum of RGB (Red+Green+Blue) = 94+8+155=257 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.58% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #5E089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E089B is #A1F764. Grayscale: #313131. Windows color (decimal): -10614629 or 10160222. OLE color: 10160222.

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

Color convert

RGB 94 8 155 -
CMYK 0.39 0.95 0 0.39
HSL 275.1º 0.9% 0.32% -
HSV(B) 275.1º 0.95% 0.61% -
XYZ 10.62 4.92 31.4 -
YUV 50.47 186.99 159.05 -
System Red Green Blue C M Y K H S L
Decimal 94 8 155 0.39 0.95 0 0.39 275.1 0.9 0.32
Hex 5E 8 9B 27 5F 0 27 113 5A 20
Octal 136 10 233 47 137 0 47 423 132 40
Binary 1011110 1000 10011011 100111 1011111 0 100111 100010011 1011010 100000

Color Harmonies of #5E089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E089B

Black with #5E089B

Text Example


Text Example

White with #5E089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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