Html Css Color HEX #5E036D Indigo

📋 copy color: '#5E036D'

red 94 ◦ green 3 ◦ blue 109

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

Shades of Indigo #5E036D

Tints of Indigo #5E036D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 52.91%

R = 45.63%
G = 1.46%
B = 52.91%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5E036D (or 0x5E036D) is known color: Indigo. HEX triplet: 5E, 03 and 6D. RGB value is (94,3,109). Sum of RGB (Red+Green+Blue) = 94+3+109=206 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.63% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 109 (42.97% from 255 or 52.91% from 206); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E036D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E036D is #A1FC92. Grayscale: #292929. Windows color (decimal): -10615955 or 7144286. OLE color: 7144286.

HSL color Cylindrical-coordinate representation of color #5E036D: hue angle of 291.51º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E036D is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 94 3 109 -
CMYK 0.14 0.97 0 0.57
HSL 291.51º 0.95% 0.22% -
HSV(B) 291.51º 0.97% 0.43% -
XYZ 7.41 3.55 14.76 -
YUV 42.29 165.65 164.88 -
System Red Green Blue C M Y K H S L
Decimal 94 3 109 0.14 0.97 0 0.57 291.51 0.95 0.22
Hex 5E 3 6D E 61 0 39 124 5F 16
Octal 136 3 155 16 141 0 71 444 137 26
Binary 1011110 11 1101101 1110 1100001 0 111001 100100100 1011111 10110

Color Harmonies of #5E036D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E036D

Black with #5E036D

Text Example


Text Example

White with #5E036D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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