Html Css Color HEX #5E1380 Indigo

📋 copy color: '#5E1380'

red 94 ◦ green 19 ◦ blue 128

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

Shades of Indigo #5E1380

Tints of Indigo #5E1380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.88%

 BLUE value IS 128 (50.39% from 255) = 53.11%

R = 39%
G = 7.88%
B = 53.11%

CMYK

 C value IS 0.27

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E1380 (or 0x5E1380) is known color: Indigo. HEX triplet: 5E, 13 and 80. RGB value is (94,19,128). Sum of RGB (Red+Green+Blue) = 94+19+128=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 19 (7.81% from 255 or 7.88% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E1380 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1380 is #A1EC7F. Grayscale: #353535. Windows color (decimal): -10611840 or 8393566. OLE color: 8393566.

HSL color Cylindrical-coordinate representation of color #5E1380: hue angle of 281.28º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E1380 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 19 128 -
CMYK 0.27 0.85 0 0.50
HSL 281.28º 0.74% 0.29% -
HSV(B) 281.28º 0.85% 0.5% -
XYZ 8.75 4.4 20.81 -
YUV 53.85 169.85 156.64 -
System Red Green Blue C M Y K H S L
Decimal 94 19 128 0.27 0.85 0 0.50 281.28 0.74 0.29
Hex 5E 13 80 1B 55 0 32 119 4A 1D
Octal 136 23 200 33 125 0 62 431 112 35
Binary 1011110 10011 10000000 11011 1010101 0 110010 100011001 1001010 11101

Color Harmonies of #5E1380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1380

Black with #5E1380

Text Example


Text Example

White with #5E1380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,19,128); }

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

background-color css

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

 a { background-color: rgb(94,19,128); }

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

border-color css

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

 span { border-color: rgb(94,19,128); }

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