Html Css Color HEX #5E0178 Indigo

📋 copy color: '#5E0178'

red 94 ◦ green 1 ◦ blue 120

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

Shades of Indigo #5E0178

Tints of Indigo #5E0178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 43.72%
G = 0.47%
B = 55.81%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#5E0178 (or 0x5E0178) is known color: Indigo. HEX triplet: 5E, 01 and 78. RGB value is (94,1,120). Sum of RGB (Red+Green+Blue) = 94+1+120=215 (28% of max value = 765). Red value is 94 (37.11% from 255 or 43.72% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 120 (47.27% from 255 or 55.81% from 215); Max value from RGB is 120 - color contains mainly: blue. Hex color #5E0178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0178 is #A1FE87. Grayscale: #292929. Windows color (decimal): -10616456 or 7864670. OLE color: 7864670.

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

Color convert

RGB 94 1 120 -
CMYK 0.22 0.99 0 0.53
HSL 286.89º 0.98% 0.24% -
HSV(B) 286.89º 0.99% 0.47% -
XYZ 8.02 3.76 18.07 -
YUV 42.37 171.81 164.82 -
System Red Green Blue C M Y K H S L
Decimal 94 1 120 0.22 0.99 0 0.53 286.89 0.98 0.24
Hex 5E 1 78 16 63 0 35 11F 62 18
Octal 136 1 170 26 143 0 65 437 142 30
Binary 1011110 1 1111000 10110 1100011 0 110101 100011111 1100010 11000

Color Harmonies of #5E0178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0178

Black with #5E0178

Text Example


Text Example

White with #5E0178

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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