Html Css Color HEX #5E1384 Indigo

📋 copy color: '#5E1384'

red 94 ◦ green 19 ◦ blue 132

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

Shades of Indigo #5E1384

Tints of Indigo #5E1384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 53.88%

R = 38.37%
G = 7.76%
B = 53.88%

CMYK

 C value IS 0.29

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E1384 (or 0x5E1384) is known color: Indigo. HEX triplet: 5E, 13 and 84. RGB value is (94,19,132). Sum of RGB (Red+Green+Blue) = 94+19+132=245 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.37% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 132 (51.95% from 255 or 53.88% from 245); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E1384 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1384 is #A1EC7B. Grayscale: #353535. Windows color (decimal): -10611836 or 8655710. OLE color: 8655710.

HSL color Cylindrical-coordinate representation of color #5E1384: hue angle of 279.82º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1384 is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 19 132 -
CMYK 0.29 0.86 0 0.48
HSL 279.82º 0.75% 0.3% -
HSV(B) 279.82º 0.86% 0.52% -
XYZ 9.01 4.51 22.23 -
YUV 54.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 94 19 132 0.29 0.86 0 0.48 279.82 0.75 0.3
Hex 5E 13 84 1D 56 0 30 118 4B 1E
Octal 136 23 204 35 126 0 60 430 113 36
Binary 1011110 10011 10000100 11101 1010110 0 110000 100011000 1001011 11110

Color Harmonies of #5E1384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1384

Black with #5E1384

Text Example


Text Example

White with #5E1384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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