Html Css Color HEX #5E019D Indigo

📋 copy color: '#5E019D'

red 94 ◦ green 1 ◦ blue 157

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

Shades of Indigo #5E019D

Tints of Indigo #5E019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.3%

R = 37.3%
G = 0.4%
B = 62.3%

CMYK

 C value IS 0.40

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E019D (or 0x5E019D) is known color: Indigo. HEX triplet: 5E, 01 and 9D. RGB value is (94,1,157). Sum of RGB (Red+Green+Blue) = 94+1+157=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E019D is #A1FE62. Grayscale: #2E2E2E. Windows color (decimal): -10616419 or 10289502. OLE color: 10289502.

HSL color Cylindrical-coordinate representation of color #5E019D: hue angle of 275.77º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E019D is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 1 157 -
CMYK 0.40 0.99 0 0.38
HSL 275.77º 0.99% 0.31% -
HSV(B) 275.77º 0.99% 0.62% -
XYZ 10.71 4.84 32.27 -
YUV 46.59 190.31 161.82 -
System Red Green Blue C M Y K H S L
Decimal 94 1 157 0.40 0.99 0 0.38 275.77 0.99 0.31
Hex 5E 1 9D 28 63 0 26 114 63 1F
Octal 136 1 235 50 143 0 46 424 143 37
Binary 1011110 1 10011101 101000 1100011 0 100110 100010100 1100011 11111

Color Harmonies of #5E019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E019D

Black with #5E019D

Text Example


Text Example

White with #5E019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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