Html Css Color HEX #5E1082 Indigo

📋 copy color: '#5E1082'

red 94 ◦ green 16 ◦ blue 130

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

Shades of Indigo #5E1082

Tints of Indigo #5E1082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 54.17%

R = 39.17%
G = 6.67%
B = 54.17%

CMYK

 C value IS 0.28

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5E1082 (or 0x5E1082) is known color: Indigo. HEX triplet: 5E, 10 and 82. RGB value is (94,16,130). Sum of RGB (Red+Green+Blue) = 94+16+130=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #5E1082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1082 is #A1EF7D. Grayscale: #333333. Windows color (decimal): -10612606 or 8523870. OLE color: 8523870.

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

Color convert

RGB 94 16 130 -
CMYK 0.28 0.88 0 0.49
HSL 281.05º 0.78% 0.29% -
HSV(B) 281.05º 0.88% 0.51% -
XYZ 8.83 4.36 21.5 -
YUV 52.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 94 16 130 0.28 0.88 0 0.49 281.05 0.78 0.29
Hex 5E 10 82 1C 58 0 31 119 4E 1D
Octal 136 20 202 34 130 0 61 431 116 35
Binary 1011110 10000 10000010 11100 1011000 0 110001 100011001 1001110 11101

Color Harmonies of #5E1082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1082

Black with #5E1082

Text Example


Text Example

White with #5E1082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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