Html Css Color HEX #5E137C Indigo

📋 copy color: '#5E137C'

red 94 ◦ green 19 ◦ blue 124

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

Shades of Indigo #5E137C

Tints of Indigo #5E137C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 39.66%
G = 8.02%
B = 52.32%

CMYK

 C value IS 0.24

 M value IS 0.85

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E137C (or 0x5E137C) is known color: Indigo. HEX triplet: 5E, 13 and 7C. RGB value is (94,19,124). Sum of RGB (Red+Green+Blue) = 94+19+124=237 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.66% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #5E137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E137C is #A1EC83. Grayscale: #353535. Windows color (decimal): -10611844 or 8131422. OLE color: 8131422.

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

Color convert

RGB 94 19 124 -
CMYK 0.24 0.85 0 0.51
HSL 282.86º 0.73% 0.28% -
HSV(B) 282.86º 0.85% 0.49% -
XYZ 8.49 4.3 19.45 -
YUV 53.4 167.85 156.96 -
System Red Green Blue C M Y K H S L
Decimal 94 19 124 0.24 0.85 0 0.51 282.86 0.73 0.28
Hex 5E 13 7C 18 55 0 33 11B 49 1C
Octal 136 23 174 30 125 0 63 433 111 34
Binary 1011110 10011 1111100 11000 1010101 0 110011 100011011 1001001 11100

Color Harmonies of #5E137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E137C

Black with #5E137C

Text Example


Text Example

White with #5E137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,19,124); }

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

background-color css

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

 a { background-color: rgb(94,19,124); }

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

border-color css

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

 span { border-color: rgb(94,19,124); }

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