Html Css Color HEX #5E0171 Indigo

📋 copy color: '#5E0171'

red 94 ◦ green 1 ◦ blue 113

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

Shades of Indigo #5E0171

Tints of Indigo #5E0171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 113 (44.53% from 255) = 54.33%

R = 45.19%
G = 0.48%
B = 54.33%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5E0171 (or 0x5E0171) is known color: Indigo. HEX triplet: 5E, 01 and 71. RGB value is (94,1,113). Sum of RGB (Red+Green+Blue) = 94+1+113=208 (27% of max value = 765). Red value is 94 (37.11% from 255 or 45.19% from 208); Green value is 1 (0.78% from 255 or 0.48% from 208); Blue value is 113 (44.53% from 255 or 54.33% from 208); Max value from RGB is 113 - color contains mainly: blue. Hex color #5E0171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E0171 is #A1FE8E. Grayscale: #292929. Windows color (decimal): -10616463 or 7405918. OLE color: 7405918.

HSL color Cylindrical-coordinate representation of color #5E0171: hue angle of 289.82º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E0171 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 94 1 113 -
CMYK 0.17 0.99 0 0.56
HSL 289.82º 0.98% 0.22% -
HSV(B) 289.82º 0.99% 0.44% -
XYZ 7.61 3.59 15.92 -
YUV 41.58 168.31 165.39 -
System Red Green Blue C M Y K H S L
Decimal 94 1 113 0.17 0.99 0 0.56 289.82 0.98 0.22
Hex 5E 1 71 11 63 0 38 122 62 16
Octal 136 1 161 21 143 0 70 442 142 26
Binary 1011110 1 1110001 10001 1100011 0 111000 100100010 1100010 10110

Color Harmonies of #5E0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0171

Black with #5E0171

Text Example


Text Example

White with #5E0171

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,1,113); }

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

background-color css

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

 a { background-color: rgb(94,1,113); }

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

border-color css

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

 span { border-color: rgb(94,1,113); }

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