Html Css Color HEX #5E1084 Indigo

📋 copy color: '#5E1084'

red 94 ◦ green 16 ◦ blue 132

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

Shades of Indigo #5E1084

Tints of Indigo #5E1084

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

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

R = 38.84%
G = 6.61%
B = 54.55%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E1084 (or 0x5E1084) is known color: Indigo. HEX triplet: 5E, 10 and 84. RGB value is (94,16,132). Sum of RGB (Red+Green+Blue) = 94+16+132=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 132 (51.95% from 255 or 54.55% from 242); Max value from RGB is 132 - color contains mainly: blue. Hex color #5E1084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1084 is #A1EF7B. Grayscale: #343434. Windows color (decimal): -10612604 or 8654942. OLE color: 8654942.

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

Color convert

RGB 94 16 132 -
CMYK 0.29 0.88 0 0.48
HSL 280.34º 0.78% 0.29% -
HSV(B) 280.34º 0.88% 0.52% -
XYZ 8.97 4.42 22.21 -
YUV 52.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 94 16 132 0.29 0.88 0 0.48 280.34 0.78 0.29
Hex 5E 10 84 1D 58 0 30 118 4E 1D
Octal 136 20 204 35 130 0 60 430 116 35
Binary 1011110 10000 10000100 11101 1011000 0 110000 100011000 1001110 11101

Color Harmonies of #5E1084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1084

Black with #5E1084

Text Example


Text Example

White with #5E1084

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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