Html Css Color HEX #5E1580 Indigo

📋 copy color: '#5E1580'

red 94 ◦ green 21 ◦ blue 128

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

Shades of Indigo #5E1580

Tints of Indigo #5E1580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.64%

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

R = 38.68%
G = 8.64%
B = 52.67%

CMYK

 C value IS 0.27

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E1580 (or 0x5E1580) is known color: Indigo. HEX triplet: 5E, 15 and 80. RGB value is (94,21,128). Sum of RGB (Red+Green+Blue) = 94+21+128=243 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.68% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 128 (50.39% from 255 or 52.67% from 243); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E1580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1580 is #A1EA7F. Grayscale: #363636. Windows color (decimal): -10611328 or 8394078. OLE color: 8394078.

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

Color convert

RGB 94 21 128 -
CMYK 0.27 0.84 0 0.50
HSL 280.93º 0.72% 0.29% -
HSV(B) 280.93º 0.84% 0.5% -
XYZ 8.78 4.47 20.82 -
YUV 55.03 169.18 155.8 -
System Red Green Blue C M Y K H S L
Decimal 94 21 128 0.27 0.84 0 0.50 280.93 0.72 0.29
Hex 5E 15 80 1B 54 0 32 119 48 1D
Octal 136 25 200 33 124 0 62 431 110 35
Binary 1011110 10101 10000000 11011 1010100 0 110010 100011001 1001000 11101

Color Harmonies of #5E1580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1580

Black with #5E1580

Text Example


Text Example

White with #5E1580

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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