Html Css Color HEX #5E187E Indigo

📋 copy color: '#5E187E'

red 94 ◦ green 24 ◦ blue 126

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

Shades of Indigo #5E187E

Tints of Indigo #5E187E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.84%

 BLUE value IS 126 (49.61% from 255) = 51.64%

R = 38.52%
G = 9.84%
B = 51.64%

CMYK

 C value IS 0.25

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5E187E (or 0x5E187E) is known color: Indigo. HEX triplet: 5E, 18 and 7E. RGB value is (94,24,126). Sum of RGB (Red+Green+Blue) = 94+24+126=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 126 (49.61% from 255 or 51.64% from 244); Max value from RGB is 126 - color contains mainly: blue. Hex color #5E187E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E187E is #A1E781. Grayscale: #383838. Windows color (decimal): -10610562 or 8263774. OLE color: 8263774.

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

Color convert

RGB 94 24 126 -
CMYK 0.25 0.81 0 0.51
HSL 281.18º 0.68% 0.29% -
HSV(B) 281.18º 0.81% 0.49% -
XYZ 8.71 4.54 20.16 -
YUV 56.56 167.19 154.71 -
System Red Green Blue C M Y K H S L
Decimal 94 24 126 0.25 0.81 0 0.51 281.18 0.68 0.29
Hex 5E 18 7E 19 51 0 33 119 44 1D
Octal 136 30 176 31 121 0 63 431 104 35
Binary 1011110 11000 1111110 11001 1010001 0 110011 100011001 1000100 11101

Color Harmonies of #5E187E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E187E

Black with #5E187E

Text Example


Text Example

White with #5E187E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,24,126); }

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

background-color css

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

 a { background-color: rgb(94,24,126); }

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

border-color css

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

 span { border-color: rgb(94,24,126); }

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