Html Css Color HEX #5E089A Indigo

📋 copy color: '#5E089A'

red 94 ◦ green 8 ◦ blue 154

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

Shades of Indigo #5E089A

Tints of Indigo #5E089A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 60.16%

R = 36.72%
G = 3.13%
B = 60.16%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5E089A (or 0x5E089A) is known color: Indigo. HEX triplet: 5E, 08 and 9A. RGB value is (94,8,154). Sum of RGB (Red+Green+Blue) = 94+8+154=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E089A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E089A is #A1F765. Grayscale: #313131. Windows color (decimal): -10614630 or 10094686. OLE color: 10094686.

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

Color convert

RGB 94 8 154 -
CMYK 0.39 0.95 0 0.40
HSL 275.34º 0.9% 0.32% -
HSV(B) 275.34º 0.95% 0.6% -
XYZ 10.54 4.89 30.96 -
YUV 50.36 186.49 159.13 -
System Red Green Blue C M Y K H S L
Decimal 94 8 154 0.39 0.95 0 0.40 275.34 0.9 0.32
Hex 5E 8 9A 27 5F 0 28 113 5A 20
Octal 136 10 232 47 137 0 50 423 132 40
Binary 1011110 1000 10011010 100111 1011111 0 101000 100010011 1011010 100000

Color Harmonies of #5E089A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E089A

Black with #5E089A

Text Example


Text Example

White with #5E089A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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