Html Css Color HEX #5E05AA Indigo

📋 copy color: '#5E05AA'

red 94 ◦ green 5 ◦ blue 170

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

Shades of Indigo #5E05AA

Tints of Indigo #5E05AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 63.2%

R = 34.94%
G = 1.86%
B = 63.2%

CMYK

 C value IS 0.45

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E05AA (or 0x5E05AA) is known color: Indigo. HEX triplet: 5E, 05 and AA. RGB value is (94,5,170). Sum of RGB (Red+Green+Blue) = 94+5+170=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E05AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E05AA is #A1FA55. Grayscale: #313131. Windows color (decimal): -10615382 or 11142494. OLE color: 11142494.

HSL color Cylindrical-coordinate representation of color #5E05AA: hue angle of 272.36º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E05AA is Cyan = 0.45, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 5 170 -
CMYK 0.45 0.97 0 0.33
HSL 272.36º 0.94% 0.34% -
HSV(B) 272.36º 0.97% 0.67% -
XYZ 11.93 5.39 38.44 -
YUV 50.42 195.49 159.08 -
System Red Green Blue C M Y K H S L
Decimal 94 5 170 0.45 0.97 0 0.33 272.36 0.94 0.34
Hex 5E 5 AA 2D 61 0 21 110 5E 22
Octal 136 5 252 55 141 0 41 420 136 42
Binary 1011110 101 10101010 101101 1100001 0 100001 100010000 1011110 100010

Color Harmonies of #5E05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E05AA

Black with #5E05AA

Text Example


Text Example

White with #5E05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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