Html Css Color HEX #5E019A Indigo

📋 copy color: '#5E019A'

red 94 ◦ green 1 ◦ blue 154

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

Shades of Indigo #5E019A

Tints of Indigo #5E019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 61.85%

R = 37.75%
G = 0.4%
B = 61.85%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5E019A (or 0x5E019A) is known color: Indigo. HEX triplet: 5E, 01 and 9A. RGB value is (94,1,154). Sum of RGB (Red+Green+Blue) = 94+1+154=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 1 (0.78% from 255 or 0.40% from 249); Blue value is 154 (60.55% from 255 or 61.85% from 249); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E019A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E019A is #A1FE65. Grayscale: #2D2D2D. Windows color (decimal): -10616422 or 10092894. OLE color: 10092894.

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

Color convert

RGB 94 1 154 -
CMYK 0.39 0.99 0 0.40
HSL 276.47º 0.99% 0.3% -
HSV(B) 276.47º 0.99% 0.6% -
XYZ 10.46 4.73 30.93 -
YUV 46.25 188.81 162.06 -
System Red Green Blue C M Y K H S L
Decimal 94 1 154 0.39 0.99 0 0.40 276.47 0.99 0.3
Hex 5E 1 9A 27 63 0 28 114 63 1E
Octal 136 1 232 47 143 0 50 424 143 36
Binary 1011110 1 10011010 100111 1100011 0 101000 100010100 1100011 11110

Color Harmonies of #5E019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E019A

Black with #5E019A

Text Example


Text Example

White with #5E019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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