Html Css Color HEX #5E00AD Indigo

📋 copy color: '#5E00AD'

red 94 ◦ green 0 ◦ blue 173

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

Shades of Indigo #5E00AD

Tints of Indigo #5E00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 35.21%
G = 0%
B = 64.79%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E00AD (or 0x5E00AD) is known color: Indigo. HEX triplet: 5E, 00 and AD. RGB value is (94,0,173). Sum of RGB (Red+Green+Blue) = 94+0+173=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 173 (67.97% from 255 or 64.79% from 267); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E00AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E00AD is #A1FF52. Grayscale: #2F2F2F. Windows color (decimal): -10616659 or 11337822. OLE color: 11337822.

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

Color convert

RGB 94 0 173 -
CMYK 0.46 1 0 0.32
HSL 272.6º 1% 0.34% -
HSV(B) 272.6º 1% 0.68% -
XYZ 12.16 5.4 39.94 -
YUV 47.83 198.64 160.93 -
System Red Green Blue C M Y K H S L
Decimal 94 0 173 0.46 1 0 0.32 272.6 1 0.34
Hex 5E 0 AD 2E 64 0 20 111 64 22
Octal 136 0 255 56 144 0 40 421 144 42
Binary 1011110 0 10101101 101110 1100100 0 100000 100010001 1100100 100010

Color Harmonies of #5E00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E00AD

Black with #5E00AD

Text Example


Text Example

White with #5E00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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