Html Css Color HEX #5E0399 Indigo

📋 copy color: '#5E0399'

red 94 ◦ green 3 ◦ blue 153

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

Shades of Indigo #5E0399

Tints of Indigo #5E0399

RGB

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

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

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

R = 37.6%
G = 1.2%
B = 61.2%

CMYK

 C value IS 0.39

 M value IS 0.98

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E0399 (or 0x5E0399) is known color: Indigo. HEX triplet: 5E, 03 and 99. RGB value is (94,3,153). Sum of RGB (Red+Green+Blue) = 94+3+153=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E0399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0399 is #A1FC66. Grayscale: #2E2E2E. Windows color (decimal): -10615911 or 10027870. OLE color: 10027870.

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

Color convert

RGB 94 3 153 -
CMYK 0.39 0.98 0 0.4
HSL 276.4º 0.96% 0.31% -
HSV(B) 276.4º 0.98% 0.6% -
XYZ 10.4 4.74 30.5 -
YUV 47.31 187.65 161.3 -
System Red Green Blue C M Y K H S L
Decimal 94 3 153 0.39 0.98 0 0.4 276.4 0.96 0.31
Hex 5E 3 99 27 62 0 28 114 60 1F
Octal 136 3 231 47 142 0 50 424 140 37
Binary 1011110 11 10011001 100111 1100010 0 101000 100010100 1100000 11111

Color Harmonies of #5E0399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0399

Black with #5E0399

Text Example


Text Example

White with #5E0399

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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