Html Css Color HEX #5E006D Indigo

📋 copy color: '#5E006D'

red 94 ◦ green 0 ◦ blue 109

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

Shades of Indigo #5E006D

Tints of Indigo #5E006D

RGB

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

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

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

R = 46.31%
G = 0%
B = 53.69%

CMYK

 C value IS 0.14

 M value IS 1

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5E006D (or 0x5E006D) is known color: Indigo. HEX triplet: 5E, 00 and 6D. RGB value is (94,0,109). Sum of RGB (Red+Green+Blue) = 94+0+109=203 (26% of max value = 765). Red value is 94 (37.11% from 255 or 46.31% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 109 (42.97% from 255 or 53.69% from 203); Max value from RGB is 109 - color contains mainly: blue. Hex color #5E006D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E006D is #A1FF92. Grayscale: #282828. Windows color (decimal): -10616723 or 7143518. OLE color: 7143518.

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

Color convert

RGB 94 0 109 -
CMYK 0.14 1 0 0.57
HSL 291.74º 1% 0.21% -
HSV(B) 291.74º 1% 0.43% -
XYZ 7.38 3.48 14.75 -
YUV 40.53 166.64 166.14 -
System Red Green Blue C M Y K H S L
Decimal 94 0 109 0.14 1 0 0.57 291.74 1 0.21
Hex 5E 0 6D E 64 0 39 124 64 15
Octal 136 0 155 16 144 0 71 444 144 25
Binary 1011110 0 1101101 1110 1100100 0 111001 100100100 1100100 10101

Color Harmonies of #5E006D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E006D

Black with #5E006D

Text Example


Text Example

White with #5E006D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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