Html Css Color HEX #5E1678 Indigo

📋 copy color: '#5E1678'

red 94 ◦ green 22 ◦ blue 120

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

Shades of Indigo #5E1678

Tints of Indigo #5E1678

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 50.85%

R = 39.83%
G = 9.32%
B = 50.85%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E1678 (or 0x5E1678) is known color: Indigo. HEX triplet: 5E, 16 and 78. RGB value is (94,22,120). Sum of RGB (Red+Green+Blue) = 94+22+120=236 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.83% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 120 (47.27% from 255 or 50.85% from 236); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E1678 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1678 is #A1E987. Grayscale: #363636. Windows color (decimal): -10611080 or 7870046. OLE color: 7870046.

HSL color Cylindrical-coordinate representation of color #5E1678: hue angle of 284.08º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5E1678 is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 94 22 120 -
CMYK 0.22 0.82 0 0.53
HSL 284.08º 0.69% 0.28% -
HSV(B) 284.08º 0.82% 0.47% -
XYZ 8.29 4.31 18.16 -
YUV 54.7 164.85 156.03 -
System Red Green Blue C M Y K H S L
Decimal 94 22 120 0.22 0.82 0 0.53 284.08 0.69 0.28
Hex 5E 16 78 16 52 0 35 11C 45 1C
Octal 136 26 170 26 122 0 65 434 105 34
Binary 1011110 10110 1111000 10110 1010010 0 110101 100011100 1000101 11100

Color Harmonies of #5E1678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1678

Black with #5E1678

Text Example


Text Example

White with #5E1678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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