Html Css Color HEX #5E0095 Indigo

📋 copy color: '#5E0095'

red 94 ◦ green 0 ◦ blue 149

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

Shades of Indigo #5E0095

Tints of Indigo #5E0095

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 149 (58.59% from 255) = 61.32%

R = 38.68%
G = 0%
B = 61.32%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E0095 (or 0x5E0095) is known color: Indigo. HEX triplet: 5E, 00 and 95. RGB value is (94,0,149). Sum of RGB (Red+Green+Blue) = 94+0+149=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 149 (58.59% from 255 or 61.32% from 243); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0095 is #A1FF6A. Grayscale: #2C2C2C. Windows color (decimal): -10616683 or 9764958. OLE color: 9764958.

HSL color Cylindrical-coordinate representation of color #5E0095: hue angle of 277.85º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E0095 is Cyan = 0.37, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 0 149 -
CMYK 0.37 1 0 0.42
HSL 277.85º 1% 0.29% -
HSV(B) 277.85º 1% 0.58% -
XYZ 10.04 4.55 28.78 -
YUV 45.09 186.64 162.88 -
System Red Green Blue C M Y K H S L
Decimal 94 0 149 0.37 1 0 0.42 277.85 1 0.29
Hex 5E 0 95 25 64 0 2A 116 64 1D
Octal 136 0 225 45 144 0 52 426 144 35
Binary 1011110 0 10010101 100101 1100100 0 101010 100010110 1100100 11101

Color Harmonies of #5E0095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0095

Black with #5E0095

Text Example


Text Example

White with #5E0095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,0,149); }

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

background-color css

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

 a { background-color: rgb(94,0,149); }

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

border-color css

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

 span { border-color: rgb(94,0,149); }

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