#5C078F

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

Shades of Indigo #5C078F

Tints of Indigo #5C078F

Color information

#5C078F (or 0x5C078F) is unknown color: approx Indigo. HEX triplet: 5C, 07 and 8F. RGB value is (92,7,143). Sum of RGB (Red+Green+Blue) = 92+7+143=242 (32% of max value = 765). Red value is 92 (36.33% from 255 or 38.02% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C078F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5C078F is #A3F870. Grayscale: #2F2F2F. Windows color (decimal): -10745969 or 9373532. OLE color: 9373532.

HSL color Cylindrical-coordinate representation of color #5C078F: hue angle of 277.5º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5C078F is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB927143-
CMYK0.360.9500.44
HSL277.5º90.67%29.41%-
HSV(B)277.5º95.1%56.08%-
XYZ9.454.4126.34-
YUV47.92181.66159.44-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 38.02%
GREEN value IS 7 (3.12% from 255) = 2.89%
BLUE value IS 143 (56.25% from 255) = 59.09%
R=38.02%
G=2.89%
B=59.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9271430.360.9500.44277.590.6729.41
Hex5C78F245F02C1165b1d
Octal13472174413705442613335
Binary10111001111000111110010010111110101100100010110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C078F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,7,143); }

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

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

 a { background-color: rgb(92,7,143); }

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

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

 span { border-color: rgb(92,7,143); }

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