Html Css Color HEX #5E1984 Indigo

📋 copy color: '#5E1984'

red 94 ◦ green 25 ◦ blue 132

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

Shades of Indigo #5E1984

Tints of Indigo #5E1984

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

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

R = 37.45%
G = 9.96%
B = 52.59%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E1984 (or 0x5E1984) is known color: Indigo. HEX triplet: 5E, 19 and 84. RGB value is (94,25,132). Sum of RGB (Red+Green+Blue) = 94+25+132=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E1984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1984 is #A1E67B. Grayscale: #393939. Windows color (decimal): -10610300 or 8657246. OLE color: 8657246.

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

Color convert

RGB 94 25 132 -
CMYK 0.29 0.81 0 0.48
HSL 278.69º 0.68% 0.31% -
HSV(B) 278.69º 0.81% 0.52% -
XYZ 9.13 4.74 22.26 -
YUV 57.83 169.86 153.8 -
System Red Green Blue C M Y K H S L
Decimal 94 25 132 0.29 0.81 0 0.48 278.69 0.68 0.31
Hex 5E 19 84 1D 51 0 30 117 44 1F
Octal 136 31 204 35 121 0 60 427 104 37
Binary 1011110 11001 10000100 11101 1010001 0 110000 100010111 1000100 11111

Color Harmonies of #5E1984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1984

Black with #5E1984

Text Example


Text Example

White with #5E1984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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