Html Css Color HEX #5E188F Indigo

📋 copy color: '#5E188F'

red 94 ◦ green 24 ◦ blue 143

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

Shades of Indigo #5E188F

Tints of Indigo #5E188F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 54.79%

R = 36.02%
G = 9.2%
B = 54.79%

CMYK

 C value IS 0.34

 M value IS 0.83

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E188F (or 0x5E188F) is known color: Indigo. HEX triplet: 5E, 18 and 8F. RGB value is (94,24,143). Sum of RGB (Red+Green+Blue) = 94+24+143=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 143 (56.25% from 255 or 54.79% from 261); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E188F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E188F is #A1E770. Grayscale: #3A3A3A. Windows color (decimal): -10610545 or 9377886. OLE color: 9377886.

HSL color Cylindrical-coordinate representation of color #5E188F: hue angle of 275.29º degrees, saturation: 0.71, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5E188F is Cyan = 0.34, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 24 143 -
CMYK 0.34 0.83 0 0.44
HSL 275.29º 0.71% 0.33% -
HSV(B) 275.29º 0.83% 0.56% -
XYZ 9.9 5.02 26.43 -
YUV 58.5 175.69 153.32 -
System Red Green Blue C M Y K H S L
Decimal 94 24 143 0.34 0.83 0 0.44 275.29 0.71 0.33
Hex 5E 18 8F 22 53 0 2C 113 47 21
Octal 136 30 217 42 123 0 54 423 107 41
Binary 1011110 11000 10001111 100010 1010011 0 101100 100010011 1000111 100001

Color Harmonies of #5E188F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E188F

Black with #5E188F

Text Example


Text Example

White with #5E188F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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