Html Css Color HEX #5E157B Indigo

📋 copy color: '#5E157B'

red 94 ◦ green 21 ◦ blue 123

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

Shades of Indigo #5E157B

Tints of Indigo #5E157B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.68%

R = 39.5%
G = 8.82%
B = 51.68%

CMYK

 C value IS 0.24

 M value IS 0.83

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5E157B (or 0x5E157B) is known color: Indigo. HEX triplet: 5E, 15 and 7B. RGB value is (94,21,123). Sum of RGB (Red+Green+Blue) = 94+21+123=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #5E157B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E157B is #A1EA84. Grayscale: #363636. Windows color (decimal): -10611333 or 8066398. OLE color: 8066398.

HSL color Cylindrical-coordinate representation of color #5E157B: hue angle of 282.94º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E157B is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 94 21 123 -
CMYK 0.24 0.83 0 0.52
HSL 282.94º 0.71% 0.28% -
HSV(B) 282.94º 0.83% 0.48% -
XYZ 8.46 4.35 19.13 -
YUV 54.46 166.68 156.21 -
System Red Green Blue C M Y K H S L
Decimal 94 21 123 0.24 0.83 0 0.52 282.94 0.71 0.28
Hex 5E 15 7B 18 53 0 34 11B 47 1C
Octal 136 25 173 30 123 0 64 433 107 34
Binary 1011110 10101 1111011 11000 1010011 0 110100 100011011 1000111 11100

Color Harmonies of #5E157B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E157B

Black with #5E157B

Text Example


Text Example

White with #5E157B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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