Html Css Color HEX #5E098E Indigo

📋 copy color: '#5E098E'

red 94 ◦ green 9 ◦ blue 142

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

Shades of Indigo #5E098E

Tints of Indigo #5E098E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.67%

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

R = 38.37%
G = 3.67%
B = 57.96%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E098E (or 0x5E098E) is known color: Indigo. HEX triplet: 5E, 09 and 8E. RGB value is (94,9,142). Sum of RGB (Red+Green+Blue) = 94+9+142=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E098E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E098E is #A1F671. Grayscale: #313131. Windows color (decimal): -10614386 or 9308510. OLE color: 9308510.

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

Color convert

RGB 94 9 142 -
CMYK 0.34 0.94 0 0.44
HSL 278.35º 0.88% 0.3% -
HSV(B) 278.35º 0.94% 0.56% -
XYZ 9.6 4.53 25.96 -
YUV 49.58 180.16 159.69 -
System Red Green Blue C M Y K H S L
Decimal 94 9 142 0.34 0.94 0 0.44 278.35 0.88 0.3
Hex 5E 9 8E 22 5E 0 2C 116 58 1E
Octal 136 11 216 42 136 0 54 426 130 36
Binary 1011110 1001 10001110 100010 1011110 0 101100 100010110 1011000 11110

Color Harmonies of #5E098E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E098E

Black with #5E098E

Text Example


Text Example

White with #5E098E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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