#5C047B

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

Shades of Indigo #5C047B

Tints of Indigo #5C047B

Color information

#5C047B (or 0x5C047B) is unknown color: approx Indigo. HEX triplet: 5C, 04 and 7B. RGB value is (92,4,123). Sum of RGB (Red+Green+Blue) = 92+4+123=219 (29% of max value = 765). Red value is 92 (36.33% from 255 or 42.01% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 123 (48.44% from 255 or 56.16% from 219); Max value from RGB is 123 - color contains mainly: blue. Hex color #5C047B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C047B is #A3FB84. Grayscale: #2B2B2B. Windows color (decimal): -10746757 or 8062044. OLE color: 8062044.

HSL color Cylindrical-coordinate representation of color #5C047B: hue angle of 284.37º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5C047B is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB924123-
CMYK0.250.9700.52
HSL284.37º93.7%24.9%-
HSV(B)284.37º96.75%48.24%-
XYZ8.033.7919.05-
YUV43.88172.65162.32-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.01%
GREEN value IS 4 (1.95% from 255) = 1.83%
BLUE value IS 123 (48.44% from 255) = 56.16%
R=42.01%
G=1.83%
B=56.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9241230.250.9700.52284.3793.724.9
Hex5C47B196103411c5e19
Octal13441733114106443413631
Binary101110010011110111100111000010110100100011100101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,4,123); }

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

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

 a { background-color: rgb(92,4,123); }

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

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

 span { border-color: rgb(92,4,123); }

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