Html Css Color HEX #5E137F Indigo

📋 copy color: '#5E137F'

red 94 ◦ green 19 ◦ blue 127

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

Shades of Indigo #5E137F

Tints of Indigo #5E137F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.92%

R = 39.17%
G = 7.92%
B = 52.92%

CMYK

 C value IS 0.26

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E137F (or 0x5E137F) is known color: Indigo. HEX triplet: 5E, 13 and 7F. RGB value is (94,19,127). Sum of RGB (Red+Green+Blue) = 94+19+127=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 127 (50% from 255 or 52.92% from 240); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E137F is #A1EC80. Grayscale: #353535. Windows color (decimal): -10611841 or 8328030. OLE color: 8328030.

HSL color Cylindrical-coordinate representation of color #5E137F: hue angle of 281.67º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E137F is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 94 19 127 -
CMYK 0.26 0.85 0 0.50
HSL 281.67º 0.74% 0.29% -
HSV(B) 281.67º 0.85% 0.5% -
XYZ 8.68 4.38 20.47 -
YUV 53.74 169.35 156.72 -
System Red Green Blue C M Y K H S L
Decimal 94 19 127 0.26 0.85 0 0.50 281.67 0.74 0.29
Hex 5E 13 7F 1A 55 0 32 11A 4A 1D
Octal 136 23 177 32 125 0 62 432 112 35
Binary 1011110 10011 1111111 11010 1010101 0 110010 100011010 1001010 11101

Color Harmonies of #5E137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E137F

Black with #5E137F

Text Example


Text Example

White with #5E137F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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