Html Css Color HEX #5E1081 Indigo

📋 copy color: '#5E1081'

red 94 ◦ green 16 ◦ blue 129

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

Shades of Indigo #5E1081

Tints of Indigo #5E1081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 53.97%

R = 39.33%
G = 6.69%
B = 53.97%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5E1081 (or 0x5E1081) is known color: Indigo. HEX triplet: 5E, 10 and 81. RGB value is (94,16,129). Sum of RGB (Red+Green+Blue) = 94+16+129=239 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.33% from 239); Green value is 16 (6.64% from 255 or 6.69% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E1081 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1081 is #A1EF7E. Grayscale: #333333. Windows color (decimal): -10612607 or 8458334. OLE color: 8458334.

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

Color convert

RGB 94 16 129 -
CMYK 0.27 0.88 0 0.49
HSL 281.42º 0.78% 0.28% -
HSV(B) 281.42º 0.88% 0.51% -
XYZ 8.76 4.34 21.14 -
YUV 52.2 171.34 157.81 -
System Red Green Blue C M Y K H S L
Decimal 94 16 129 0.27 0.88 0 0.49 281.42 0.78 0.28
Hex 5E 10 81 1B 58 0 31 119 4E 1C
Octal 136 20 201 33 130 0 61 431 116 34
Binary 1011110 10000 10000001 11011 1011000 0 110001 100011001 1001110 11100

Color Harmonies of #5E1081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1081

Black with #5E1081

Text Example


Text Example

White with #5E1081

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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