Html Css Color HEX #5E05A0 Indigo

📋 copy color: '#5E05A0'

red 94 ◦ green 5 ◦ blue 160

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

Shades of Indigo #5E05A0

Tints of Indigo #5E05A0

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 160 (62.89% from 255) = 61.78%

R = 36.29%
G = 1.93%
B = 61.78%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5E05A0 (or 0x5E05A0) is known color: Indigo. HEX triplet: 5E, 05 and A0. RGB value is (94,5,160). Sum of RGB (Red+Green+Blue) = 94+5+160=259 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.29% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 160 (62.89% from 255 or 61.78% from 259); Max value from RGB is 160 - color contains mainly: blue. Hex color #5E05A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E05A0 is #A1FA5F. Grayscale: #303030. Windows color (decimal): -10615392 or 10487134. OLE color: 10487134.

HSL color Cylindrical-coordinate representation of color #5E05A0: hue angle of 274.45º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E05A0 is Cyan = 0.41, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 94 5 160 -
CMYK 0.41 0.97 0 0.37
HSL 274.45º 0.94% 0.32% -
HSV(B) 274.45º 0.97% 0.63% -
XYZ 11.02 5.03 33.65 -
YUV 49.28 190.49 159.9 -
System Red Green Blue C M Y K H S L
Decimal 94 5 160 0.41 0.97 0 0.37 274.45 0.94 0.32
Hex 5E 5 A0 29 61 0 25 112 5E 20
Octal 136 5 240 51 141 0 45 422 136 40
Binary 1011110 101 10100000 101001 1100001 0 100101 100010010 1011110 100000

Color Harmonies of #5E05A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E05A0

Black with #5E05A0

Text Example


Text Example

White with #5E05A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,5,160); }

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

background-color css

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

 a { background-color: rgb(94,5,160); }

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

border-color css

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

 span { border-color: rgb(94,5,160); }

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