Html Css Color HEX #5E036F Indigo

📋 copy color: '#5E036F'

red 94 ◦ green 3 ◦ blue 111

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

Shades of Indigo #5E036F

Tints of Indigo #5E036F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 53.37%

R = 45.19%
G = 1.44%
B = 53.37%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E036F (or 0x5E036F) is known color: Indigo. HEX triplet: 5E, 03 and 6F. RGB value is (94,3,111). Sum of RGB (Red+Green+Blue) = 94+3+111=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 111 (43.75% from 255 or 53.37% from 208); Max value from RGB is 111 - color contains mainly: blue. Hex color #5E036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E036F is #A1FC90. Grayscale: #2A2A2A. Windows color (decimal): -10615953 or 7275358. OLE color: 7275358.

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

Color convert

RGB 94 3 111 -
CMYK 0.15 0.97 0 0.56
HSL 290.56º 0.95% 0.22% -
HSV(B) 290.56º 0.97% 0.44% -
XYZ 7.52 3.59 15.34 -
YUV 42.52 166.65 164.72 -
System Red Green Blue C M Y K H S L
Decimal 94 3 111 0.15 0.97 0 0.56 290.56 0.95 0.22
Hex 5E 3 6F F 61 0 38 123 5F 16
Octal 136 3 157 17 141 0 70 443 137 26
Binary 1011110 11 1101111 1111 1100001 0 111000 100100011 1011111 10110

Color Harmonies of #5E036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E036F

Black with #5E036F

Text Example


Text Example

White with #5E036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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