Html Css Color HEX #5E03AD Indigo

📋 copy color: '#5E03AD'

red 94 ◦ green 3 ◦ blue 173

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

Shades of Indigo #5E03AD

Tints of Indigo #5E03AD

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 173 (67.97% from 255) = 64.07%

R = 34.81%
G = 1.11%
B = 64.07%

CMYK

 C value IS 0.46

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E03AD (or 0x5E03AD) is known color: Indigo. HEX triplet: 5E, 03 and AD. RGB value is (94,3,173). Sum of RGB (Red+Green+Blue) = 94+3+173=270 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.81% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 173 (67.97% from 255 or 64.07% from 270); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E03AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E03AD is #A1FC52. Grayscale: #313131. Windows color (decimal): -10615891 or 11338590. OLE color: 11338590.

HSL color Cylindrical-coordinate representation of color #5E03AD: hue angle of 272.12º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E03AD is Cyan = 0.46, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 3 173 -
CMYK 0.46 0.98 0 0.32
HSL 272.12º 0.97% 0.35% -
HSV(B) 272.12º 0.98% 0.68% -
XYZ 12.19 5.46 39.95 -
YUV 49.59 197.65 159.68 -
System Red Green Blue C M Y K H S L
Decimal 94 3 173 0.46 0.98 0 0.32 272.12 0.97 0.35
Hex 5E 3 AD 2E 62 0 20 110 61 23
Octal 136 3 255 56 142 0 40 420 141 43
Binary 1011110 11 10101101 101110 1100010 0 100000 100010000 1100001 100011

Color Harmonies of #5E03AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E03AD

Black with #5E03AD

Text Example


Text Example

White with #5E03AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,3,173); }

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

background-color css

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

 a { background-color: rgb(94,3,173); }

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

border-color css

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

 span { border-color: rgb(94,3,173); }

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