#5E167D

Color #5E167D Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5E167D

Tints of Indigo #5E167D

Color information

#5E167D (or 0x5E167D) is unknown color: approx Indigo. HEX triplet: 5E, 16 and 7D. RGB value is (94,22,125). Sum of RGB (Red+Green+Blue) = 94+22+125=241 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.00% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 125 (49.22% from 255 or 51.87% from 241); Max value from RGB is 125 - color contains mainly: blue. Hex color #5E167D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5E167D is #A1E982. Grayscale: #363636. Windows color (decimal): -10611075 or 8197726. OLE color: 8197726.

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

Color convert

RGB9422125-
CMYK0.250.8200.51
HSL281.94º70.07%28.82%-
HSV(B)281.94º82.4%49.02%-
XYZ8.64.4319.8-
YUV55.27167.35155.62-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 39.00%
GREEN value IS 22 (8.98% from 255) = 9.13%
BLUE value IS 125 (49.22% from 255) = 51.87%
R=39.00%
G=9.13%
B=51.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal94221250.250.8200.51281.9470.0728.82
Hex5E167D195203311a461d
Octal136261753112206343210635
Binary10111101011011111011100110100100110011100011010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,22,125); }

 H1.HeaderClassName
 {
   color: #5E167D;
 }
 .AnyTagClassName
 {
   color: #5E167D;
 }
</style>
background-color css

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

 a { background-color: rgb(94,22,125); }

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

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

 span { border-color: rgb(94,22,125); }

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