#5C139D

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

Shades of Indigo #5C139D

Tints of Indigo #5C139D

Color information

#5C139D (or 0x5C139D) is unknown color: approx Indigo. HEX triplet: 5C, 13 and 9D. RGB value is (92,19,157). Sum of RGB (Red+Green+Blue) = 92+19+157=268 (35% of max value = 765). Red value is 92 (36.33% from 255 or 34.33% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #5C139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C139D is #A3EC62. Grayscale: #383838. Windows color (decimal): -10742883 or 10294108. OLE color: 10294108.

HSL color Cylindrical-coordinate representation of color #5C139D: hue angle of 271.74º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5C139D is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9219157-
CMYK0.410.8800.38
HSL271.74º78.41%34.51%-
HSV(B)271.74º87.9%61.57%-
XYZ10.735.1832.33-
YUV56.56184.68153.28-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 34.33%
GREEN value IS 19 (7.81% from 255) = 7.09%
BLUE value IS 157 (61.72% from 255) = 58.58%
R=34.33%
G=7.09%
B=58.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92191570.410.8800.38271.7478.4134.51
Hex5C139D29580261104e23
Octal134232355113004642011643
Binary10111001001110011101101001101100001001101000100001001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C139D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,19,157); }

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

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

 a { background-color: rgb(92,19,157); }

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

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

 span { border-color: rgb(92,19,157); }

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