Html Css Color HEX #5E096F Indigo

📋 copy color: '#5E096F'

red 94 ◦ green 9 ◦ blue 111

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

Shades of Indigo #5E096F

Tints of Indigo #5E096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.87%

R = 43.93%
G = 4.21%
B = 51.87%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E096F (or 0x5E096F) is known color: Indigo. HEX triplet: 5E, 09 and 6F. RGB value is (94,9,111). Sum of RGB (Red+Green+Blue) = 94+9+111=214 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.93% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E096F is #A1F690. Grayscale: #2D2D2D. Windows color (decimal): -10614417 or 7276894. OLE color: 7276894.

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

Color convert

RGB 94 9 111 -
CMYK 0.15 0.92 0 0.56
HSL 290º 0.85% 0.24% -
HSV(B) 290º 0.92% 0.44% -
XYZ 7.58 3.72 15.36 -
YUV 46.04 164.66 162.21 -
System Red Green Blue C M Y K H S L
Decimal 94 9 111 0.15 0.92 0 0.56 290 0.85 0.24
Hex 5E 9 6F F 5C 0 38 122 55 18
Octal 136 11 157 17 134 0 70 442 125 30
Binary 1011110 1001 1101111 1111 1011100 0 111000 100100010 1010101 11000

Color Harmonies of #5E096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E096F

Black with #5E096F

Text Example


Text Example

White with #5E096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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