Html Css Color HEX #5E1680 Indigo

📋 copy color: '#5E1680'

red 94 ◦ green 22 ◦ blue 128

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

Shades of Indigo #5E1680

Tints of Indigo #5E1680

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.02%

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

R = 38.52%
G = 9.02%
B = 52.46%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E1680 (or 0x5E1680) is known color: Indigo. HEX triplet: 5E, 16 and 80. RGB value is (94,22,128). Sum of RGB (Red+Green+Blue) = 94+22+128=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #5E1680 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1680 is #A1E97F. Grayscale: #373737. Windows color (decimal): -10611072 or 8394334. OLE color: 8394334.

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

Color convert

RGB 94 22 128 -
CMYK 0.27 0.83 0 0.50
HSL 280.75º 0.71% 0.29% -
HSV(B) 280.75º 0.83% 0.5% -
XYZ 8.8 4.51 20.83 -
YUV 55.61 168.85 155.38 -
System Red Green Blue C M Y K H S L
Decimal 94 22 128 0.27 0.83 0 0.50 280.75 0.71 0.29
Hex 5E 16 80 1B 53 0 32 119 47 1D
Octal 136 26 200 33 123 0 62 431 107 35
Binary 1011110 10110 10000000 11011 1010011 0 110010 100011001 1000111 11101

Color Harmonies of #5E1680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1680

Black with #5E1680

Text Example


Text Example

White with #5E1680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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