Html Css Color HEX #5E0499 Indigo

📋 copy color: '#5E0499'

red 94 ◦ green 4 ◦ blue 153

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

Shades of Indigo #5E0499

Tints of Indigo #5E0499

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.59%

 BLUE value IS 153 (60.16% from 255) = 60.96%

R = 37.45%
G = 1.59%
B = 60.96%

CMYK

 C value IS 0.39

 M value IS 0.97

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E0499 (or 0x5E0499) is known color: Indigo. HEX triplet: 5E, 04 and 99. RGB value is (94,4,153). Sum of RGB (Red+Green+Blue) = 94+4+153=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E0499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0499 is #A1FB66. Grayscale: #2F2F2F. Windows color (decimal): -10615655 or 10028126. OLE color: 10028126.

HSL color Cylindrical-coordinate representation of color #5E0499: hue angle of 276.24º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E0499 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 94 4 153 -
CMYK 0.39 0.97 0 0.4
HSL 276.24º 0.95% 0.31% -
HSV(B) 276.24º 0.97% 0.6% -
XYZ 10.41 4.77 30.51 -
YUV 47.9 187.32 160.88 -
System Red Green Blue C M Y K H S L
Decimal 94 4 153 0.39 0.97 0 0.4 276.24 0.95 0.31
Hex 5E 4 99 27 61 0 28 114 5F 1F
Octal 136 4 231 47 141 0 50 424 137 37
Binary 1011110 100 10011001 100111 1100001 0 101000 100010100 1011111 11111

Color Harmonies of #5E0499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0499

Black with #5E0499

Text Example


Text Example

White with #5E0499

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,4,153); }

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

background-color css

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

 a { background-color: rgb(94,4,153); }

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

border-color css

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

 span { border-color: rgb(94,4,153); }

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