Html Css Color HEX #5E0096 Indigo

📋 copy color: '#5E0096'

red 94 ◦ green 0 ◦ blue 150

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

Shades of Indigo #5E0096

Tints of Indigo #5E0096

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 61.48%

R = 38.52%
G = 0%
B = 61.48%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5E0096 (or 0x5E0096) is known color: Indigo. HEX triplet: 5E, 00 and 96. RGB value is (94,0,150). Sum of RGB (Red+Green+Blue) = 94+0+150=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #5E0096 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0096 is #A1FF69. Grayscale: #2C2C2C. Windows color (decimal): -10616682 or 9830494. OLE color: 9830494.

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

Color convert

RGB 94 0 150 -
CMYK 0.37 1 0 0.41
HSL 277.6º 1% 0.29% -
HSV(B) 277.6º 1% 0.59% -
XYZ 10.12 4.58 29.21 -
YUV 45.21 187.14 162.8 -
System Red Green Blue C M Y K H S L
Decimal 94 0 150 0.37 1 0 0.41 277.6 1 0.29
Hex 5E 0 96 25 64 0 29 116 64 1D
Octal 136 0 226 45 144 0 51 426 144 35
Binary 1011110 0 10010110 100101 1100100 0 101001 100010110 1100100 11101

Color Harmonies of #5E0096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0096

Black with #5E0096

Text Example


Text Example

White with #5E0096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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