Html Css Color HEX #5E157F Indigo

📋 copy color: '#5E157F'

red 94 ◦ green 21 ◦ blue 127

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

Shades of Indigo #5E157F

Tints of Indigo #5E157F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

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

R = 38.84%
G = 8.68%
B = 52.48%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5E157F (or 0x5E157F) is known color: Indigo. HEX triplet: 5E, 15 and 7F. RGB value is (94,21,127). Sum of RGB (Red+Green+Blue) = 94+21+127=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #5E157F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E157F is #A1EA80. Grayscale: #363636. Windows color (decimal): -10611329 or 8328542. OLE color: 8328542.

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

Color convert

RGB 94 21 127 -
CMYK 0.26 0.83 0 0.50
HSL 281.32º 0.72% 0.29% -
HSV(B) 281.32º 0.83% 0.5% -
XYZ 8.72 4.45 20.48 -
YUV 54.91 168.68 155.88 -
System Red Green Blue C M Y K H S L
Decimal 94 21 127 0.26 0.83 0 0.50 281.32 0.72 0.29
Hex 5E 15 7F 1A 53 0 32 119 48 1D
Octal 136 25 177 32 123 0 62 431 110 35
Binary 1011110 10101 1111111 11010 1010011 0 110010 100011001 1001000 11101

Color Harmonies of #5E157F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E157F

Black with #5E157F

Text Example


Text Example

White with #5E157F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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