Html Css Color HEX #5E1478 Indigo

📋 copy color: '#5E1478'

red 94 ◦ green 20 ◦ blue 120

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

Shades of Indigo #5E1478

Tints of Indigo #5E1478

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.55%

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

R = 40.17%
G = 8.55%
B = 51.28%

CMYK

 C value IS 0.22

 M value IS 0.83

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E1478 (or 0x5E1478) is known color: Indigo. HEX triplet: 5E, 14 and 78. RGB value is (94,20,120). Sum of RGB (Red+Green+Blue) = 94+20+120=234 (30% of max value = 765). Red value is 94 (37.11% from 255 or 40.17% from 234); Green value is 20 (8.20% from 255 or 8.55% from 234); Blue value is 120 (47.27% from 255 or 51.28% from 234); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E1478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1478 is #A1EB87. Grayscale: #353535. Windows color (decimal): -10611592 or 7869534. OLE color: 7869534.

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

Color convert

RGB 94 20 120 -
CMYK 0.22 0.83 0 0.53
HSL 284.4º 0.71% 0.27% -
HSV(B) 284.4º 0.83% 0.47% -
XYZ 8.26 4.24 18.15 -
YUV 53.53 165.52 156.87 -
System Red Green Blue C M Y K H S L
Decimal 94 20 120 0.22 0.83 0 0.53 284.4 0.71 0.27
Hex 5E 14 78 16 53 0 35 11C 47 1B
Octal 136 24 170 26 123 0 65 434 107 33
Binary 1011110 10100 1111000 10110 1010011 0 110101 100011100 1000111 11011

Color Harmonies of #5E1478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1478

Black with #5E1478

Text Example


Text Example

White with #5E1478

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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