Html Css Color HEX #5E1295 Indigo

📋 copy color: '#5E1295'

red 94 ◦ green 18 ◦ blue 149

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

Shades of Indigo #5E1295

Tints of Indigo #5E1295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.9%

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

R = 36.02%
G = 6.9%
B = 57.09%

CMYK

 C value IS 0.37

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E1295 (or 0x5E1295) is known color: Indigo. HEX triplet: 5E, 12 and 95. RGB value is (94,18,149). Sum of RGB (Red+Green+Blue) = 94+18+149=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 149 (58.59% from 255 or 57.09% from 261); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E1295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1295 is #A1ED6A. Grayscale: #373737. Windows color (decimal): -10612075 or 9769566. OLE color: 9769566.

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

Color convert

RGB 94 18 149 -
CMYK 0.37 0.88 0 0.42
HSL 274.81º 0.78% 0.33% -
HSV(B) 274.81º 0.88% 0.58% -
XYZ 10.26 4.98 28.85 -
YUV 55.66 180.68 155.35 -
System Red Green Blue C M Y K H S L
Decimal 94 18 149 0.37 0.88 0 0.42 274.81 0.78 0.33
Hex 5E 12 95 25 58 0 2A 113 4E 21
Octal 136 22 225 45 130 0 52 423 116 41
Binary 1011110 10010 10010101 100101 1011000 0 101010 100010011 1001110 100001

Color Harmonies of #5E1295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1295

Black with #5E1295

Text Example


Text Example

White with #5E1295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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