Html Css Color HEX #5E1083 Indigo

📋 copy color: '#5E1083'

red 94 ◦ green 16 ◦ blue 131

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

Shades of Indigo #5E1083

Tints of Indigo #5E1083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 54.36%

R = 39%
G = 6.64%
B = 54.36%

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

#5E1083 (or 0x5E1083) is known color: Indigo. HEX triplet: 5E, 10 and 83. RGB value is (94,16,131). Sum of RGB (Red+Green+Blue) = 94+16+131=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 16 (6.64% from 255 or 6.64% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #5E1083 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1083 is #A1EF7C. Grayscale: #343434. Windows color (decimal): -10612605 or 8589406. OLE color: 8589406.

HSL color Cylindrical-coordinate representation of color #5E1083: hue angle of 280.7º 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 #5E1083 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 16 131 -
CMYK 0.28 0.88 0 0.49
HSL 280.7º 0.78% 0.29% -
HSV(B) 280.7º 0.88% 0.51% -
XYZ 8.9 4.39 21.85 -
YUV 52.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 94 16 131 0.28 0.88 0 0.49 280.7 0.78 0.29
Hex 5E 10 83 1C 58 0 31 119 4E 1D
Octal 136 20 203 34 130 0 61 431 116 35
Binary 1011110 10000 10000011 11100 1011000 0 110001 100011001 1001110 11101

Color Harmonies of #5E1083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1083

Black with #5E1083

Text Example


Text Example

White with #5E1083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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