Html Css Color HEX #5E147D Indigo

📋 copy color: '#5E147D'

red 94 ◦ green 20 ◦ blue 125

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

Shades of Indigo #5E147D

Tints of Indigo #5E147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.37%

 BLUE value IS 125 (49.22% from 255) = 52.3%

R = 39.33%
G = 8.37%
B = 52.3%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E147D (or 0x5E147D) is known color: Indigo. HEX triplet: 5E, 14 and 7D. RGB value is (94,20,125). Sum of RGB (Red+Green+Blue) = 94+20+125=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 125 (49.22% from 255 or 52.30% from 239); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E147D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E147D is #A1EB82. Grayscale: #353535. Windows color (decimal): -10611587 or 8197214. OLE color: 8197214.

HSL color Cylindrical-coordinate representation of color #5E147D: hue angle of 282.29º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5E147D is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 94 20 125 -
CMYK 0.25 0.84 0 0.51
HSL 282.29º 0.72% 0.28% -
HSV(B) 282.29º 0.84% 0.49% -
XYZ 8.57 4.36 19.79 -
YUV 54.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 94 20 125 0.25 0.84 0 0.51 282.29 0.72 0.28
Hex 5E 14 7D 19 54 0 33 11A 48 1C
Octal 136 24 175 31 124 0 63 432 110 34
Binary 1011110 10100 1111101 11001 1010100 0 110011 100011010 1001000 11100

Color Harmonies of #5E147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E147D

Black with #5E147D

Text Example


Text Example

White with #5E147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,20,125); }

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

background-color css

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

 a { background-color: rgb(94,20,125); }

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

border-color css

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

 span { border-color: rgb(94,20,125); }

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