#5C137F

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

Shades of Indigo #5C137F

Tints of Indigo #5C137F

Color information

#5C137F (or 0x5C137F) is unknown color: approx Indigo. HEX triplet: 5C, 13 and 7F. RGB value is (92,19,127). Sum of RGB (Red+Green+Blue) = 92+19+127=238 (31% of max value = 765). Red value is 92 (36.33% from 255 or 38.66% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 127 (50% from 255 or 53.36% from 238); Max value from RGB is 127 - color contains mainly: blue. Hex color #5C137F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C137F is #A3EC80. Grayscale: #343434. Windows color (decimal): -10742913 or 8328028. OLE color: 8328028.

HSL color Cylindrical-coordinate representation of color #5C137F: hue angle of 280.56º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C137F is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9219127-
CMYK0.280.8500.50
HSL280.56º73.97%28.63%-
HSV(B)280.56º85.04%49.8%-
XYZ8.484.2720.46-
YUV53.14169.68155.72-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.66%
GREEN value IS 19 (7.81% from 255) = 7.98%
BLUE value IS 127 (50% from 255) = 53.36%
R=38.66%
G=7.98%
B=53.36%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal92191270.280.8500.50280.5673.9728.63
Hex5C137F1C550321194a1d
Octal134231773412506243111235
Binary10111001001111111111110010101010110010100011001100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C137F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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