Html Css Color HEX #5E1075 Indigo

📋 copy color: '#5E1075'

red 94 ◦ green 16 ◦ blue 117

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

Shades of Indigo #5E1075

Tints of Indigo #5E1075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 51.54%

R = 41.41%
G = 7.05%
B = 51.54%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5E1075 (or 0x5E1075) is known color: Indigo. HEX triplet: 5E, 10 and 75. RGB value is (94,16,117). Sum of RGB (Red+Green+Blue) = 94+16+117=227 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.41% from 227); Green value is 16 (6.64% from 255 or 7.05% from 227); Blue value is 117 (46.09% from 255 or 51.54% from 227); Max value from RGB is 117 - color contains mainly: blue. Hex color #5E1075 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E1075 is #A1EF8A. Grayscale: #323232. Windows color (decimal): -10612619 or 7671902. OLE color: 7671902.

HSL color Cylindrical-coordinate representation of color #5E1075: hue angle of 286.34º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5E1075 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 94 16 117 -
CMYK 0.20 0.86 0 0.54
HSL 286.34º 0.76% 0.26% -
HSV(B) 286.34º 0.86% 0.46% -
XYZ 8.01 4.03 17.19 -
YUV 50.84 165.34 158.79 -
System Red Green Blue C M Y K H S L
Decimal 94 16 117 0.20 0.86 0 0.54 286.34 0.76 0.26
Hex 5E 10 75 14 56 0 36 11E 4C 1A
Octal 136 20 165 24 126 0 66 436 114 32
Binary 1011110 10000 1110101 10100 1010110 0 110110 100011110 1001100 11010

Color Harmonies of #5E1075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1075

Black with #5E1075

Text Example


Text Example

White with #5E1075

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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