#3C0579

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

Shades of Indigo #3C0579

Tints of Indigo #3C0579

Color information

#3C0579 (or 0x3C0579) is unknown color: approx Indigo. HEX triplet: 3C, 05 and 79. RGB value is (60,5,121). Sum of RGB (Red+Green+Blue) = 60+5+121=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 121 (47.66% from 255 or 65.05% from 186); Max value from RGB is 121 - color contains mainly: blue. Hex color #3C0579 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #3C0579 is #C3FA86. Grayscale: #222222. Windows color (decimal): -12843655 or 7931196. OLE color: 7931196.

HSL color Cylindrical-coordinate representation of color #3C0579: hue angle of 268.45º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #3C0579 is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB605121-
CMYK0.500.9600.53
HSL268.45º92.06%24.71%-
HSV(B)268.45º95.87%47.45%-
XYZ5.372.4518.28-
YUV34.67176.72146.07-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 32.26%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 121 (47.66% from 255) = 65.05%
R=32.26%
G=2.69%
B=65.05%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6051210.500.9600.53268.4592.0624.71
Hex3C579326003510c5c19
Octal7451716214006541413431
Binary111100101111100111001011000000110101100001100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C0579; }

 p { color: rgb(60,5,121); }

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

<style>
 a { background-color: #3C0579; }

 a { background-color: rgb(60,5,121); }

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

<style>
 span { border-color: #3C0579; }

 span { border-color: rgb(60,5,121); }

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